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.
1 Reply
Pedro Talaia
Pedro Talaia5d ago
If you are using multiple select I think you need to send the data as an array: { field: [A, B, C] }

Did you find this page helpful?