Action chain partially executing due to custom component

Actions & Logic

Hi,

I have a very simple action chain that needs to check a few things, create records and navigate to a different page.

Facing an issues after Conditional Action 2.
When the criteria is met, I expect it to create document, show a snack bar and navigate to sign up page. However, in this case, it stops after creating a record. There is no snack bar or navigation that is happening.

I tried this: Remove custom dialog and add a Confirm dialog instead. In this case, everything works well. I don't know if the issue is with the custom dialog component, the action chain or the component in the action.

About the component: It returns a string output. I use this output in the document creation step.

What have you tried so far?

Remove/Re-ordering actions: In this case, I tried to put the snack bar on top of the create document. I tried to remove the snackbar.

In this case, the record itself didn't get created.

Tried making the create action non-blocking. Still doesn't work.

Did you check FlutterFlow's Documentation for this topic?
Yes