Hi
I've a SharePoint List, I've got as a dataset in Canvas Apps.
I want to filter the results to match column A and output the matching value from Column B in a text field?
I can filter the results fine, but I can't work out how to output the result into the text field.
Thanks
Lee
You are using filter so result will be table. If you want single column you can just write this in label
Concat(Your Filter Condition , ColumnName,",");
The above code will give you single column values separated by comma.
I need it in a textfield not a label, will this still work?
User | Count |
---|---|
168 | |
96 | |
77 | |
72 | |
59 |
User | Count |
---|---|
210 | |
167 | |
97 | |
94 | |
78 |