"sheetUpdate must be an object, for example: {"column": "value"}"

Hello,

Ive got a table which reads information from google spreadsheet, and i also have a query which reads information of Cryptocurrency Price though API.
Im trying to read the Crypto Price from API and update one column from Google Sheet, however i keep receiving the error message "sheetUpdate must be an object, for example: {"column": "value"}"
Follow a screenshot of my data

Hey @Marcelo_Mariussi! Based on your screenshot, it looks like you're just missing an extra curly bracket at the very end to close out your object, like:

{"PRICE": {{qBinancePriceAPI.data.price}} }

Sorry it took so long to get back to you + hope you're unblocked now!