How to write a variable string value into a table

I’m trying to configure a table to indicate the status of a motor’s interlock logic. It’s a simple, two column table showing all of the interlocks for that motor. Column A would be the name of the interlock, and column B would be the true/false representation of that interlock condition.

I’ve created a UDT with all of the information that I’ll need. However, I’m unsure as to how to pass that information into the table.

If you want to be able to show the status of all 5 of the interlocks, you can use a cell update binding on the ‘STATUS’ column of the table with the value looking at the status tag, and the the ‘INTERLOCK’ column looking at the name tag.