Table records in a select option

@katha, there is a simple way of doing this, although it does involve a couple of steps:

  1. Create a connector to your Table (more info.: https://support.tulip.co/en/articles/3983173-how-to-use-the-table-api :link:)


  2. Write a function to get all records from your Table

  3. In your App, run the connector function and store the returned values to a Variable

  4. MAP_TO_TEXT() the returned values and select the key you’d like to extract. In this case, I’m selecting the ‘id’ field:

  5. Select the newly created array as the Options input for the Single Select

  6. Result:

let me know if this makes sense, and if you’d like we can review it during Office Hours on Thursday at 11AM EST??

gio