Sync after saving a form

I want the app to sync after saving one particular form.

is this possible?

I found this post, but I didn’t understand where the expression needed to go, or how it works

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Force-sync-after-saving-a-form/m-p/364947

As advised in the post you could create a LINKTOVIEW() action with the suggested expression in the solution. You could have the name of the target view in that action that you wish the app to navigate to after saving the form.

You could have this LINKTOVIEW() action as an event action on form save.

2 Likes

Thanks. it was adding the event action to the form behaviour that I didn’t understand

2 Likes