Forum Discussion
skini76
Nov 17, 2019Copper Contributor
DataTable in PowerApp
I am using datatable in powerapp, the data source a sharepoint list. I am not able to use functions like search, sort, sortbycolumn etc.. Incase of Search I am getting "datatype unsupported for e...
Nov 18, 2019
The first one appears that your textfind control isn’t a textbox control. What kind of control is that?
The second screenshot you are invoking on an onselect which you can’t do. You need to use sort by columns in an items property or when setting a collection etc. if you are trying to make a sort on a select then you have to set a variable and then use a switch it if statement in the items referencing that variables value to set the items in the table.
The second screenshot you are invoking on an onselect which you can’t do. You need to use sort by columns in an items property or when setting a collection etc. if you are trying to make a sort on a select then you have to set a variable and then use a switch it if statement in the items referencing that variables value to set the items in the table.
skini76
Nov 18, 2019Copper Contributor
ChrisWebbTechthanks for the response, txtfind is a textbox. Refer the screenshot.