@katha, there is a simple way of doing this, although it does involve a couple of steps:
-
Create a connector to your Table (more info.: https://support.tulip.co/en/articles/3983173-how-to-use-the-table-api )
-
Write a function to get all records from your Table
-
In your App, run the connector function and store the returned values to a Variable
-
MAP_TO_TEXT() the returned values and select the key you’d like to extract. In this case, I’m selecting the ‘id’ field:
-
Select the newly created array as the Options input for the Single Select
-
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