Hi folks,
I am trying to create an artist booking app with the following things:
- Event (with fields “Name” as text, Start (and End) Date as date and “List of Items” as a list of Event Items)
- Event Items (with fields “Order item” as text (ie. act name etc.) and “Status” as Status (thing)
- Status (with field “Status Name” (ie. Option, Confirmed, Canceled, etc.))
In my app I can click a calendar date to create an event and click an event to edit it.
I am using a repeating group to show the complete list of event items added to that specific event (see pic:)
As can be seen I display the status with a dropdown next to the event item (act).
When I change the status with the drop-down I (of course) want the status of that specific event-item to be updated in the database when I press the save button.
I have been trying all different combinations of workflows but I can’t get it to work!
The strange thing is in some versions I tried I can specify the dropdown field where it says "choose an option) as value, but the dropdown(s) above are nowhere to be found within the workflow editor.
FYI: the dropdown below with the text “choose an option” is outside of the repeating group. It is currently used to add an event-item, which works perfectly - as does the save button for all other details.
Can anyone shed some light on this? It’s really giving me sleepless nights and a huge headache! Any help would be highly appreciated!
Kind regards (and happy New Year folks!)