Solved with fun Google API Docs
and AWESOME HTTP card for Google Sheets!
relative url: /v4/spreadsheets/:batchUpdate
BODY:
{
“requests”: [
{
“updateCells”: {
“range”: {
“sheetId”:<sheet ID // this is the ID for the individual tab/sheet>
},
“fields”: “userEnteredValue”
}
}
]
}