Http Request node not sending select and multi select fields

Does anybody know whether it's an existing bug that multi select fields or select fields don't get populated by twenty when sending an http request? They show up as "undefined". It is working for the true/false fields.
5 Replies
Pedro Talaia
Pedro Talaia2mo ago
If you are using multiple select I think you need to send the data as an array: { field: [A, B, C] }
dutchbreeze.
dutchbreeze.OP2mo ago
I'm referring to sending the data from twenty (with a webhook hhtp request as part of a workflow) to N8N. So I can't set the values as you suggest (I think) cos they need to be dynamically populated by twenty.
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
Hi, did you try wrapping values from object like this?
No description
dutchbreeze.
dutchbreeze.OP2mo ago
Thanks, I'll try that tomorrow! Van I ask you about the dashboards I see that you created. And the "ask ai". Do you mind sharing how you built that? Or do you have any good resources on some advance use cases of how to maximize the use of twenty... Thanks a million! I've checked the roadmap and see the dashboard and ask ai feature so I'll wait patiently:) I would appreciate a link to docs or YouTube's that explain advanced usage though. Last thing, I posted another question on release 1.7.8, hope you want to take a look there as well..
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
Ask AI is just because I'm using developer environment to do everything, it still work in progress either way, same for dashboards These are available because of dev seed but still require more work to make sure they're working properly

Did you find this page helpful?