Hi everyone,
I am trying to insert in a single select field which has options "true" and "false" (without quotes) a data coming from an application through a webhook which is either "true" or "false" (also without quotes).
Unfortunately, when trying to do so, I get an error 422 "Cannot parse value for field blabla".
Is there an incompatibility between the values true and false and a single select field ?
Shall I add quotes in the original data so it can be inserted into a single select field ?
Thanks in advance for your help,
Gilles
