I have a unique situation where I have multiple (measured in 10’s to 100’s) of users that need to update multiple destinations with new data. This data is gathered ad hoc and can land in a Google Sheet when collected. I need to get that data OUT of the Google Sheet and INTO several software applications for each individual.
Example:
User A & User B have new contacts. They enter the details into Google Sheet (source). This Source data needs to be added to:
CRM (Zapier enabled)
Email Marketing Company (Zapier enabled)
Ad Target Lists (Zapier enabled)
and assigned to the relevant user.
I can add a column in Google sheets to pass a variable (username, etc) to key against. My thought is that Zapier would parse each new spreadsheet row, identify the user, and run a zap built FOR THAT USER that has all of the downstream API, Login, etc info.
Is this a thing?