I am new to Bubble and can’t seem to figure out an issue I have - know it has to be something simple that I am just not seeing.
- I have an api (GET) which returns a list consisting of 2 fields (Event_Name and Event_ID).
- This ‘list’ is provided to the user via a dropdown box (Event_DropDown) - specifically, the Event_Names are displayed and the user simply selects an event from the drop-down box.
- There is a button named ‘Check-In’ which calls another api (POST). The data needed or this API is the Event_ID (not the Event_Name). I have a workflow which calls this API however can only select the value of Event_DrownDown (i…e the Event_Name) not the Event_ID.
How can I access the ‘Event_ID’ from the selected event in the Event_DownDown box?
Thanks, Dennis