How to display a table record without clicking a table row

Hi, I am new to Tulip. In my app, I am trying to make it so that you can scan a barcode and it will display information on that item from a table. Right now, I have a query to find the record in the table that is associated with the scanned item, but I’m having trouble getting it to automatically display the table record once scanned. So is there any way to use the table record to display a specific record other than clicking the row on a interactive table?

Hi Xuan, you could make a trigger “load” the record placeholder. The 'ID" is the unique ID of the first column of the Table.

1 Like