Im wondering if its possible to create a deep link to a to open a form in another app, and than upon completion, force a sync and go back to main app.
We have so many apps now within a launcher, but there are a bunch that are frequently used and going into each app to add an entry is starting to become a little bit of a timer waster. Especially when they need to make 5 different entries in 5 different apps.
Ok, So Ive Created a quick Entry Action for 1 form.
Added a custom form in the linked app that on Save goes Back to to Quick entry View of the main app.
Everything works Great, but on save of the form, The following message is popping up,
How Do I bypass this because you can see this warning come up a split second before the app starts syncing, and after it has finished syncing the message is still there. I click yes and it goes to the main app. The changes have been saved although the message acts like they haven’t been.
I’m not sure there is a fix for that. You’re navigating to another app before this app’s updates have synced. I… I don’t know what to tell you.
Ive heard of something that can be done to force a sync?
I could turn off the Sync after every change and force a sync when closing or navigating to a different app?
This would also so speed up Data entry when multiple Entries need to be done in the same app, I just cant justify turning the Always sync off right now because to much data is lost by just navigating away from the app with unsynced changes.
Should the app not trigger the next action after a sync?
Edit. So ive been look at this,
[Delayed Sync : Force App Sync with grouped action not working as intended](https://community.appsheet.com/t/delayed-sync-force-app-sync-with-grouped-action-not-working-as-intended/13023) Questions
I have a grouped execution of actions on a table for when a user submits a form. I would like to get an action that forces a sync because I have delayed sync enabled and realized that we are having some data loss from people closing their apps before the form was fully submitted. I have tried using the LINKTOROW()&“&at=”&(NOW()+1) as seen on other posts but it does not work when it is part of a grouped sequence of actions. It will not force the app to update/sync and just continue on with the d…
Just trying to figure out what the acual force sync is.
is it somthing to do with this. &at="&(NOW()+1)
How would I implement this. On the save of the form and than go back to main app?
Shit. Is it something you believe would be helpful for others? Especially the quick entry and going back to app launcher.
Am I the only one or has this kinda come up before
Also, if anyone has some ingenious workaround please let me know!!! I’m keeping it like this and telling users to proceed anyway upon the error. The error comes up for no reason. It should not come up if auto syncing after every entry has been enabled; As it has already synced before navigating back to main app.