Hi everyone,
I'm trying to automate a workflow in Zapier involving Google Drive and Excel. Specifically, I'm using "Find File" (Google Drive) to get multiple files, and I want to generate shareable links for all of them and then write these links into different cells in the same row in an Excel sheet.
Here's what I've tried so far:
- Looping by Zapier: It successfully generates links, but it writes each link in the next row, rather than different cells in the same row.
- Formatter to Split Files ID: I attempted to split the
Files ID
into separate values, but when I tried to use Add File Sharing Preference, I couldn't get it to correctly grab the individualFile IDs
for each link.
Has anyone managed to achieve this kind of setup? How can I generate share links for multiple files and then write all the links in the same row but different cells in Excel? Any help would be much appreciated!
Thanks!