1- I have created a multichoice column in SharePoint Online List and other columns also
2- created a Power app and inserted a data atble inside it to show data
3- created connection and added some column with multi choice column and its showing below error and after clicking on details it showing below
Solved! Go to Solution.
Data tables dont work with complex types
you can create a collection and add a new column to store that value and use the collection in data table
example:
ClearCollect(colData,AddColumns(datasource,"CountryText",Concat(Country,Value&",")))
In my case Country is the multi select column
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thank You for your response,
We tried with your approch by creating new collection and adding columns insude it.
ClearCollect(IssueObject,AddColumns('Issue Objection Assignments',"Edit","Edit","IssueObjectType",Concat('Issue/Objection Type',";")))
But , Now the datatable is showing only ;;; and not val1;val2;val3
Any thought what we did wrong?
Thanks
Sith
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
31 | |
29 | |
27 | |
18 | |
11 |