Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// Join the array value of MultiCheck into a space-separated string.
  var mcj = MultiCheck.value;
  var j = mcj.join(' ');

// Pass the variable 'j' to the Google Sheet.
  var updateparams = '&updates='+encodeURIComponent('multicheck='+j+);

Why doesn't my T/F control populate on the Google Sheet?

When using a T/F boolean control, by default the connector will pass the value "true" when checked and will pass no value (blank) when unchecked. To ensure that the value "false" is passed to your Google Sheet when the control is unchecked, simply check the "Required (false)" property on the properties panel for that control.

Image Added

"Unknown Error has Occurred" message when logging on to the Save to Google Spreadsheet wizard

...