I have a sharepoint library that has folders where columns where users update as projects are completed.
So far, only way to do this was to edit in grid view. Wanted to do a power app that can edit the columns but while I can make a new folder, I cannot make edits.
I found a way to add Json script in a column to go into the edit field, but it doesn't select the item row to edit.
that's where I am stuck, I don't know how to filter the edit form to show the item row for the item.
If i select the row, it doesn't reflect in the app.
the only other option, would be create a gallery in the app that filters to the item, but that's just more clicks for the same results as edit in grid view. ty