Table records in a select option

Hello @katha, and welcome to Tulip Community!!

There are several ways to enter objects from a Table Record into a single or multiselect. This being said, I think the simpler way is by embedding an interactive Table within your app. Once you do that, you can trigger Actions on Row Selection.

Something along the lines of (this is only showing the message, but you can add any Action you need on the Row Selected trigger):

  1. Interactive Table
  2. Trigger on Row Selected
  3. Result

Would this help you achieve what you’re trying to build??

If you’re looking for more examples, @oviland had a similar question yesterday: https://community.tulip.co/t/how-can-i-load-unique-field-table-values-into-dropdown-list/835 :link:.