Erro bubble order workflow

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!

1 Like

Change your workflow to a custom event to guarantee the order of execution

What do you mean? Isn’t it already a custom event? Or are you saying to leave the main workflow as a custom event?

To ensure sync, use a value from a prior step as a condition or value. Nesting custom events can expand your options to execute this.

Yes I mean to change the main workflow to a custom event. Another solution could be as @ihsanzainal84 said if possible

This topic was automatically closed after 70 days. New replies are no longer allowed.