Hi !
I have an issue, I’m searching a good solution.
I’m using the Google Calendar Pack.I have a table for “Lessons” and when I create a lesson, I want to create an item in my google calendar thanks to the pack.
I’m trying to do that with automation but I have two issues. I precise that I’m creating a new line in my lessons table and fill the row :
- First, since I’m changing multiple fields in my lesson “row”, the automation is called multiple times, creating the google calendar multiple times before the field “Google Calendar” in my lesson row is filled.
- Secondly, I’m not sure I can do the RefreshTable in the automation.
The solution I use right now to workaround is that I have a few text/select/date fields to create my lesson and a button who does the lesson row creation and call Google Calendar Pack.
The other solution I imagined would be a field in the lesson row that I put to true when I call the Google Calendar Pack the first time, so I won’t call it again (because it would be filtered by that field).