Hello Community,
2 questions:
I'll keep this simple.
Question 1: I'm building an app in PowerApps. I have a gallery that lists items in various statuses.
I have 4 buttons and I want them the function as follows:
Button 1 - "All" - View all records in the Gallery
Button 2 - "Pending Approval" - View all records that are pending approval
Button 3 - "Approved" - View all records that have been approved
Button 4 - "Assigned" - View all records that have been assigned to a specialist.
Question 2: I have an Edit icon on in the same gallery. I want users to be able to edit records while in Draft status. Once the status changes to "pending approval, approval and assigned" status, I want to change the visibility of the Edit Icon to off.
Can you help me?