Hey @Ben,
Good questions! I’ll do my best to answer these all below:
Send to Webflow
Do all of your collection items and their respective ids currently exist within your Airtable base?
You can always import those back into Parabola since it’s likely easier than using multiple “Pull from Webflow” steps to get your collection items across each collection.
Using the “Send to Webflow” step, you would then map the collection item ids in Parabola that are pulled from your Airtable base to the reference field in Webflow. Just note, you can only make updates to a single collection per Webflow export.
Send to Google API
The “Send to Webflow” step cannot have any additional steps after it. Is the {Full Gig Link}
a URL that’s stored in your Webflow CMS? If so, you may want to try updating your Webflow CMS using the “Enrich with an API” step.
You’ll have to manually configure your API call, but that step will return the correct URL which can be passed to Google’s API using a similar JSON body that you pasted above.
Google Authentication
Google’s authentication is set up via OAuth 2.0. This authentication type requires additional configuration to be set up correctly. You’ll need to generate a client ID
and client secret
from your Google API console. You can follow their set-up instructions by clicking this link.
Our How To guide gives an example of how to authenticate via OAuth 2 in Parabola.