I’m trying to send the registration selection to baserow, but this error always appears and I can’t create a new line at all.
Could anyone tell me how I should fix it?
I’m trying to send the registration selection to baserow, but this error always appears and I can’t create a new line at all.
Could anyone tell me how I should fix it?
I managed to solve it!
Basically in the example given in the documentation it says that it needs to be the option id, but in fact it is the text that you define in the column.
So, instead of using “id”, I use “String”
Glad to hear you found the solution, @thiagobcav!