Problem with connecting Waalaxy (linkedin automation tool) to google sheets via webhook

Hello,

I have a problem with connection of Waalaxy (via webhook) to Google Sheets
I see the error SyntaxError
Unexpected token o in JSON at position 1

Any idea how to fix it? Thank you in advance.

Pictures of the problem below:

Hi @tradebroker

I don’t believe you can pass entire JSON formatted string into that action.

I believe the Google Sheets Add Multiple Rows action expects an array, not an object.

You can use Python or Node.js to format the JSON into a different compatible array structure.