Describe the problem/error/question
Whenever i try to input multiple-choices answer on a new row in baserow using tally, it doesnt let me.
What is the error message (if any)?
{
"errorMessage": "Bad request - please check your parameters",
"errorDescription": "ERROR_REQUEST_BODY_VALIDATION",
"errorDetails": {
"rawErrorMessage": [
"400 - {\"error\":\"ERROR_REQUEST_BODY_VALIDATION\",\"detail\":\"The provided select option values ['030213f7-542a-449e-9b28-790d604326d3', 'b1d982c1-1e5a-471e-b731-da09c4bbccb1'] are not valid select options.\"}"
],
"httpCode": "400"
},
"n8nDetails": {
"nodeName": "Baserow",
"nodeType": "n8n-nodes-base.baserow",
"nodeVersion": 1,
"resource": "row",
"operation": "create",
"time": "08/08/2024, 16:28:05",
"n8nVersion": "1.53.1 (Cloud)",
"binaryDataMode": "filesystem",
"stackTrace": [
"NodeApiError: Bad request - please check your parameters",
" at Object.baserowApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Baserow/GenericFunctions.js:31:15)",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Baserow/Baserow.node.js:182:40)",
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:19)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1086:20"
]
}
}
Please share your workflow
My workflow at the moment is just extracting the answers from tally and inputing them on baserow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
[
{
"id": 19,
"order": "20.00000000000000000000",
"Nome": "asdasd",
"Nº de telefone": "+551231213111",
"Pessoas na mesa": "11",
"Produtos pedidos": [],
"Nota para atendimento": [],
"Quer participar de ofertas?": []
}
]
Note that this is the output WITHOUT the multiple-choices answer,
im very new to n8n so any form of help is appreciated thank you very much!