Implementing Delay on Column Execution in Automated Workflows
Hi! Is there any way to put a delay on a column before it runs? The workaround of waiting for "complete" or something to happen doesn't work. In my use case, here's what's happening:
- 1.
I had a URL to a PDF in Clay
- 2.
I push that PDF to pdf.co via their API and it returns a temp file URL
- 3.
I then push that temp file into a google sheet which then basically converts it and uploads it to a GDrive folder, then uploads that file to the vector store in chatgpt and returns the file ID's
- 4.
I then take those file ideas back into Clay so i can use them later
The problem is that I can't run any of the prompts until I have the IDs but that could take 5 seconds or 1 minute.