Hello friends
I have a script, that makes queries and record update, after that I have Google Calendar Sync,
Calendar Dates are dependent on Script results.
I tried await keyword in front of record update statement and the timeout end of the script, but Calendar Sync executes before the script ends, how i can solve this problem, any ideas?
Page 1 / 1
Hmm, it sounds like you're updating the record, then using that updated record's data for your Google Calendar action, is that right?
If so, what if you output the data you needed from the script action and used those instead?
Hmm, it sounds like you're updating the record, then using that updated record's data for your Google Calendar action, is that right?
If so, what if you output the data you needed from the script action and used those instead?
Thank you for your replay,
except for output from the script, I added another step that queries by updated record ID and gets updated values
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.