- I have created a triggers on behave of each users while installing the add-on
ScriptApp.getProjectTriggers()
length. - Now they trigger is running every 24 hours for each users basedon they own installed time.
- In that trigger is calling
cron_fetchservice()
and fetching data from snowflake and storig the data intoPropertiesService.getUserProperties()
state manager. - Each user having different datasets.
Ex. User A - 5(a,b,c,d,e), User B - 2(x,y), User C - 3(x,y,z)
My Query is, I just wants to know is that correct way to do right? data will come through triggers and storing into respective users PropertiesService right ?
Thanks,
GopalaKrishnan.R