I have a 4x3 grid representing a seating layout.
The seat numbers are being populated via repeating group and a data table of all the seat numbers.
I have one pop element on the page with a dropdown of drink options and a submit button.
I have the dropdown pulling drink options via a ‘Drinks’ data table.
I want to be able to tap a seat and have the pop up card display, with the ability to select a drink, and when tapping submit, the drink selection and seat number that I tapped be submitted to a data table that I’m calling ‘Drink Orders’ with Drink Name and Seat Number columns filled in respectively.
So far, I’m able to tap any seat in the layout and the the popup card displays, so far so good.
I’ve set up a workflow so that when tapping submit, the drink order populates over in the Drink Orders data table’s Drink Name column.
However, I am not able to get the current seat number that I tapped to also populate over in the Data Table’s Seat Number column. I’ve tried every option that I know of, similar to setting up the drink name to populate, but the seat number will not.
Is this possible, am I missing something?
Here is a link to my site:
Thanks!