Updating Adalo Record via Zapier - can't set True/False

I’m attempting to update a True/False property in Adalo via Zapier, but I’m having trouble getting it to work.

Is there something I should be setting in Zapier for the property other than “True” or “False”?


Hi,
I don’t use zapier, but from Adalo APi response example:

{

  • “Active”: true,

  • “Temperature”: 0

}

Usually Booleans are case sensitive: is the Zapier fields input possible to change to “true” instead of “True” and you test again?

Thank you.

Did this work? Any update on this?

I’m running into a similar problem where I have set True/False fields in zapier - but they all update to ‘True’ even if some are set to false.

After testing, if you are using plain text (not a variable filled in from another previous zapier step, then you want to write the true or false in all lower case without any quotes, single or double.

true
false

exactly like that.
It also looks like most variables default to false, so you can set a variable to true and skip setting anything that you want to remain false.
I set both true and false to make sure the t/f conditions are setting correctly.
Hope this helps save someone else some time in the future