Hello,
I was wondering if there is a way to use the tulip table widget in an app, where, once a row has been selected from the table that selection is loaded into a variable?
hello @cole, welcome to the Tulip Community!!
that’s a great question, the simplest way to achieve that is as follows:
-
add a Table Record Placeholder to your App:
-
link your Interactive Table to the Record Placeholder:
-
add a Trigger ‘On Row Selected’ to store the data in an App Variable:
-
use the Variable in your App as you’d like:
is this what you are looking to achieve?? let us know!!
Thar worked! Thank you.
great to hear @cole!! let us know if you have any other questions