
Hello,
Building a Canvas App.
Using custom Dataverse tables to Collect.
Using the following to try and collect from "Choice" column on the custom table.
ts_locations: {Value: "In Progress"}
Getting the following error:
Incompatible Type. The column in the data source you’re updating expects and ‘OptionSetValue’ type and you are using a ‘Record’ type.
Does anyone know how to Collect on a choice column? Cant quite find and answer to this one.
Thanks in advance.