How to nest flow editor after form submit?

Hello,

I would like to make some flow editor nested with success flow and error flow after submit.
I tried this flow, but it didn’t work…

How should I set this flow?

Thanks,

You need to run the flow on DONE dynamic event of the form.
At that point you will be able to check the form submission result.

In the current setup, the condition step runs immediately after submit method is called. It does not wait for the submission to complete.

3 Likes

ah! thank you so much, I could not find that solution, I was wondering why the page refreshes before the data is uploaded in the db…