Hello everyone,
I have a multistep zap in which each step adds a new row to a Google Spreadsheet.
Each row must have a “UNIQUE” TIMESTAMP, which im not being able to work around.
I tried using =now() and {{zap_timestamp}} in the value for the TimeStamp, but every time the next step/row is created, the previous row TimeStamp is overiden by the TimeStamp of the present row.
Any ideas on how to avoid this?
Basically what Im looking for is a TimeStamp for each Step, not for the Zap.
I tried also delaying the steps but that dint work either.
Im trying to avoid having several zaps for the same task.
Thanks for reading!