I need to import SharePoint list into JSON or Power Apps collection (or something else) then have a dropdown of column names in Power Apps and display values just from that SharePoint column. This needs to be automatically updated as people add new columns in SharePoint- I don't want a hard code solution to this. With the new ParseJSON functionality, I wonder if this can be used somehow to extract column names, have these as items in a dropdown list then show user the contents of that column imported from SharePoint?
For example if you had a SharePoint list like this:
| Title | Task 1 | Task 2 | Task 3 |
| Person 1 | Expert | Beginner | Average |
| Person 2 | Expert | Average | Average |
| Person 3 | Beginner | Beginner | Beginner |
then I'd want this data brought into Power Apps and allow user to choose from Dropdown Task1, 2,3 then it would show the data for that and allow the user to then filter further on this for when = Expert, for example if they choose Task 1 in drop down and filter for Expert the app would show:
| Person 1 | Expert |
| Person 2 | Expert |

Report
All responses (
Answers (