I want to display a pop-up that confirms the completion of a message after sending. However, this setting triggers three actions every time a message is sent, which is bad for performance. Is there a better way to do this?
Why are you linking to a pop-up and Home at the same time? Link Home from the pop-up instead perhaps
Hey, @dilon_perera is very good on Adalo, maybe that you could contact him and see if he can help you About my problem, he have resolved a big problem very quickly.
Thanks for appreciation @LuckyTravel!
Same question as @Vladyslav which is, why linking to, two screens at the same time? You can remove the link action to Home screen for this icon and add that action on the Message Sent Pop-up screen.
Thank you dlion! But, that approach does not address the case when the user checks "Check the box if you don’t want to see this screen again.
I guess you’re storing that choice on a boolean property. You can add a condition based on that on the link action that is going to the popup screen and no conditions for the link action that is going to the Home screen. So first creates the message > if the condition met going to the popup screen > if that condition did not met directly going to the Home screen.
The actions order should be create message action, conditional link action to the popup screen, non conditional link action to the home screen.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.