...
Try it yourself using the sample form.
Google Connector Known Issues
Please report any issues or feedback to us here. See the list below for some known issues with the Google Connector.
...
Google sheets automatically converts true, True, false, and False values to upper case. Click here for more information. Let's say you have a checked Boolean control value stored in your spreadsheet as TRUE. This might cause an issue when reading from Google spreadsheet, and setting the value of the Boolean checkbox. Implement one of the following as a workaround:
- Convert to lowercase before setting the value of the T/F control
Format the cells in your spreadsheet as Plain Text by clicking the 123 button and selecting Plain Text.
Enter the text as: 'true - (the ' prevents Google sheets from changing the value to upper case).
...