Doing some new builds to fully test - iOS build is failing - submitted a ticket for: 'Your certificate ‘ABCDE123F.cer’ is not valid, please check end date and renew it if necessary"
Thanks for the update! I would request in the future you do more frequent, smaller updates on progress - leave us less in the dark.
@jessehaywood that’s awesome! Can’t wait to try it out on my app that was just went live for the first time today!
Just want to confirm though, for instant navigation that has a number of actions attached before the link, those actions WILL be completed BEFORE the final screen is show, correct? For example, I’m using a custom action to make an API call which updates a user field which must be populated before the next screen is shown.
ALSO, I have some conditional actions that will link to DIFFERENT screens depending on the results of the action or a particular collection field. How will that play out with the changes?
Yes, in general, actions of all types have always completed before any link actions complete, and that is still the case, so everything should still work just as it always has. With conditional link actions specifically, you may not see instant navigation happen in some cases with those because we ultimately decided to always default to protecting the functionality of your app to make sure that didn’t change unexpectedly. In certain cases where the logic gets too messy, this means we simply forgo the new instant-screen-change functionality to ensure all that logic plays out nicely. One note I’ll share is that I have found in my own apps while working on this is that there were lots of times I was putting too much logic on link actions that could be moved elsewhere such as screen actions on the following screen, and it provided a smoother user experience. Something to consider as you think about structuring your apps.
Hi @adalojosh , with new changes I found this bug, that screen change is happening before completion of tasks, and on top of it, screen bounce back and fourth multiple times, also causing actions to be repeated multiple times. This is a big issue already seen and already reported.
This is one serious bug. Please follow up ASAP.
Ticket reference is as follows,
Date submitted: 6/28/22
Reference number: 975620156
Issue: Background Actions on a button are Executed Multiple Times (Bad Bug).
Note:
My backgroud action is creating multiple Notifications after new change is implemented.
This is really amazing. I work with Adalo and have been playing around with the changes and seeing the difference is night and day. Really proud of what the engineering team has accomplished.