As subject line states, I have a canvas app with a toggle switch (Toggle1) that I want to Collect() with a button and write the value to a dataverse table column (Col1) which is of type Yes/No
In the button 'OnSelect' field I enter:
`Collect(table, {Col1:Toggle1.Value})`
This returns the error:
"The function Collect has some invalid arguments. Incompatible type. The Col1 column in the data source you're updating expects 'OptionSetValue' and you're using a 'Boolean' type. "
I've scoured the forums to no avail.
Thanks.