Hi @tracyselena
You can add a Filter step: https://zapier.com/apps/filter/integrations#help
For us to have more info, post screenshots showing how your Zaps steps are outlined and configured in EDIT mode.
NOTE: I have a similar Zap configured for a client to save specific Zoom recording formats to GDrive.
Hi @Troy Tessalone Thank you…
Here’s an outline of my zap.
https://share.zight.com/rRuRP2Xm
@tracyselena
NOTE: You likely do NOT need the Code step.
Try adding this logic…
The Zoom trigger can return 1+ files as part of the data payload.
So add this Zap action: Looping - Create Loop from Line Items
Looping help: https://zapier.com/apps/looping/integrations#help
This will iterate thru each of the files from Zap step 1.
Map variables for:
- File Download URL
- File Recording Type
- File Extension
- etc.
Move your Filter step with the condition for the Recording Type (e.g. speaker_view) after the Looping step.
This will make sure only loop iteration that has a file with the desired Filter conditions passes and is processed.
Make sure to map variables from the Looping step for file specific fields that you want to use in GDrive and YouTube.
In other words, you would map the “Topic”, etc. from Zap step 1 to GDrive and YouTube, because that is not a file specific data point that went thru the Looping step.