APPSHEET SYNC EVENT

I am stuck AppSheet app synced before firing the bots

Hi There

Just wanted to know are there Events like snyc before firing bots in Appsheet

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/APPSHEET-SYNC-EVENT/td-p/693699

?

Hi, I don’t think there are. Why do you need that for ?

1 Like

Hi @baba_sawane Wanted to trigger an event to auto-update the pdf file with the sync event.

When does the sync occur ?

You can create a column [Trigger] , and an action that change value of [Trigger] to “on”.

Put that action in the relevant place (ex : Form Saved action).

Then create an automation with condition [Trigger] = ‘off’ . In the steps of this automation, add your pdf generation and another step where you change [Trigger] value to ‘off’.