Hello Power Users,
I have a gallery in a power app that displays the items with status in progress and would like to have a button outside the gallery. Button on click should approve all the items displayed in the gallery. Found lot of solutions in the community but for some reasons it still throws error. Here's my code
ForAll(Gallery.AllItems, Patch(TableName, {ReqStatus : "Approve"}))
When I hover on the table name it says "Invalid argument type (Guid). Expecting a Table value instead"
When I hover on the column name, reqStatus says "The specified column 'ReqStatus' does not exist"
ReqStatus column is single line of text on data verse table.
Can anyone please help me if anything wrong in my code.
Thank you for your help in advance!