My Flow is pretty simple.
webhook were i get the csv link and the date
downland CSV file
Parse CSV file
Create an Array
Bulk upload to google sheet
is there a possibility to add the date i get from the webhook as an additional column of the array i send to google sheet?
I think i have to add an additional step but i man not sure where and how to do that
blueprint (2).json (14.7 KB)
can someone help me to add that step?
samliew
2
Welcome to the Make community!
Have you tried using a Set Variable module in-between the CSV and Aggregator module?
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
1 Like
No I didn’t use the Get Variable Module, but I managed to achieve what i needed
For those of you who have a similar problem you can see at the blueprint below
blueprint (3).json (102.1 KB)
2 Likes