Good morning, I am having a problem with the bubble workflow order. Basically, my user fills in an input with a word, and then presses the button to start the workflow.
When the workflow starts, I begin to capitalize the phrase, then depending on the condition, it enters the first Trigger Event, and if not, it enters the second Trigger Event (remembering that there is a break between the first and second trigger events). However, the second trigger event consists of creating a record in the system and performing different animation actions on the screen, while the first trigger event only returns an error message informing the user that the record already exists. Simple, right?
What happens here is that the bubble is completely ignoring the workflow and creating the record on the first line, where we are still setting the custom states, thus preventing it from ever reaching the last step!


