Problem with baserow using multiple choices using tally

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 :slight_smile: thank you very much!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @m_og,

Welcome to the community :cake:

Can you share what your multi select option looks like in Baserow? It looks like Baserow doesn’t like the data being sent so we may need to change something in the workflow.

Are you able to also share the workflow here that you are using?


this is the workflow im working on, as you can see, it extracts data from tally, and puts into baserow, however, when it comes to multiple-choices answers, i cannot get a workaround for it

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.