I’m facing a pb i don’t understand.
I have an event triggered by a click on a Repeating Group Cell.
In that event, 2 custom events can be triggered depending on a condition (available place for a lesson, 0/1 in my sample).
The problem is that both event are triggered and a place is booked and i have the “No place available message“ at the same time.
Here is the WF:
Could there be an action in the NoPlaceAvailableEvent that changes the value for studio’s StateSelectedLesson’s NbBookedSlots or studio’s StateSelectedLesson’s NbTotalSLots so that when bubble evaluates the condition for the OfferSelectEvent that is also true?
instead of doing all in one flow, pass all in custoom actions.
and instead of triggering, schedule the calls with delay time of 0 seconds.
this will ensure flows are not unceserraly triggered.
try this.