I have a gallery which are from a table called projects, the gallery only shows the projects of the current user because i use the filter function for it.
When i click on the item then a Display Form appears on the right where i can see more information about this project item. What i want is to edit the information and save it ? I tried it with patch function but he shows me some bugs 😞
Patch(Projekte; ThisItem ;{Rolle: DataCardValue32.Text; Skills: DataCardValue33.Selected})
It says the function patch has invalid arguments 😞