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.