What are you trying to achieve?
Hi.
I am posting a CSV file to a webhook, going through Parse CSV, and then I want to update a Google Sheet from it. I don’t really care about the sheet, as it should be changed with the dat coming from the CSV/Webhook.
I tried to set up the workflow, but when I post the data to the webhook, the scenario correcly processes the number of rows in the CSV, but nothing is updated on the Sheet.
What is odd to me is that in the execution history, all the tasks on the Google Sheets module contain the same range. The example below is from Operation 15, but it still seems to update A1.
Input
Bundle 1 (Collection)
Range A1:C300
Sheet Name Data
Spreadsheet ID xx
Value input option USER_ENTERED
Output
Bundle 1 (Collection)
Spreadsheet ID xxx
Updated range A1
Sheet Name Data
Raw Updated Range Data!A1
Steps taken so far
- Created the incoming Webhook
- Added a Parse CSV module to convert binary data with
toString() - Added a Bukl Update Rows (Advanced) to update the sheet.
Thanks

