Create new action bug

when i create a new action for a button the action doesn’t follow the order i wrote … so if i write “sign in” action and after “edit screen” it open before the “edit screen” and after de "sign in.
no sense

All actions happen at the same time. They don’t appear to wait for one to complete before firing the next action, so a scenario like yours won’t work. I believe an edit screen is a modal, so it’s always going to show on top of anything else. You might have to rethink the flow.

2 Likes

how do you advise me to do? I created a button that should do in sequence “sign in” and then “edit screen” the parameters of the account (name, surname …)
so that once they press that button they will do all the stuff to complete the registration

You should have an onboarding process like this instead.

3 Likes

Closing due to inactivity. This topic will be deleted in a few weeks if there are no more comments.