Hi All,
I have a choice list that comes from an external form (cognito forms) it comes through as an array because when I try to put it through as a integer it adds the value for all selected and therefore doesn't let the information go through to my Datasource "Dataverse table"
Example:
I select Hat(1), Scarf(2) & Socks(3) and the data the comes through = 7
So because of this is there a way that when the data comes in as a array Hat, Scarf & Socks, I can then convert the array to integer 1, 2 & 3 and then patch that through to my Dataverse table choice column
Hopefully that makes sense 🙂