I’m attempting to update a Google Sheet cell that is formatted as a checkbox using the Google Sheets module - Update a Row activity. The underlying value should be a boolean true or false. I’ve tried the following in the Values section:
false
FALSE
{{false}}
{{FALSE}}
I used the Make AI feature to set the value as a Boolean and it returned {{false}}. But that didn’t work either. It keeps overwriting the checkbox with a string value.
Note, I’m having the same issue with setting a timestamp but I assume solving the first one will solve the second one.

