Hey everyone,
Hoping that this is a simple fix, but can’t find any documentation on this problem so far.
Problem: The output of a script is not being accepted as inputs to downstream steps in an automation I am trying to create.
Use Case: I am trying to create an automation that does the following:
//trigger
There’s an update to a Google Calendar Event
//actions
Look up corresponding Airtable Record
//run script
Compare the Start/End Times between the Airtable record and the updated Google Event, output whether the times match or not.
//Conditional Actions
- IF: Start/End Times DO match → Do Nothing, end the automtation
- IF: Start Times DO NOT match → Update Airtable record with new Start Time value from Google Calendar
- IF: End Times DO NOT match → Update Airtable record with new End Time value from Google Calendar
Below are some screenshots of the automation, the script code that I’ve written, and the “error” I am getting when I try to use the Script Outputs in downstream conditional actions - which happens regardless of whether I try the ‘Dynamic’ or ‘Static’ approach.
Any assistance would be greatly appreciated!