Hi all, I’m working in Bubble.io and I have a Repeating Group that displays a list of services added by a professional.
Each service consists of:
-
Service (from an Option Set called “Services”, selected via a Searchbox)
-
Price
-
Duration
These inputs are inside a Group, and when the user clicks the “Add” button, a workflow runs “Create a new Thing” to save the data and display it in the Repeating Group.
The Price and Duration fields are saved correctly, and they appear in the Repeating Group as expected. However, I’m having trouble saving and associating the Service Option Set value selected in the Searchbox.
In the workflow, I cannot properly link the selected Service from the Searchbox to the new Thing being created. As a result, the Service value is not saved or displayed in the Repeating Group.
How should I correctly save an Option Set value from a Searchbox when creating a new Thing in Bubble?


