Hello everyone,
I am trying to insert a value which can be true or false (without quotes) into an Airtable single select field which has options true / false predefined.
According to Airtable documentation, single select fields are of type “String” so I figured I had to convert true / into “true” / “false” or ‘true’ / ‘false’.
I included the formula toString (mydata) in the relevant item of the Airtable module of my scenario but that does not work.
When I checked the output bundle data, it seems what is trying to be inserted is the string “mydata” and not the value of mydata converted to a string.
The error message " [422] Insufficient permissions to create new select option ““mydata”” " that I get seems to confirm that.
What shall I do to indeed insert in my Airtable single select field the string resulting from toString (mydata) ?
Thanks in advance for your help,
Gilles