Hi, I need some advice, so first, this is what I have right now:
- I have Arduino IOT cloud Thing and it works very good, more than a year now.
- These are the Cloud variables I`m using :
and all the variables are set to update onChange. - Following this tutorial https://docs.arduino.cc/arduino-cloud/features/webhooks , I`ve managed to set a webhook, and now my Cloud variables are stored in Google sheet, BUT not in the order I want to.. This is how it looks now :
So as you can see, every time any of the variables are changed, new data row is added to the sheet, but all the different variables are in the same column.
Finally the question, I need every cloud variable to be stored in it`s own column of the sheet, is that possible and how?