Hello,
My PowerApps form is connected with SharePoint list. There are multiple fields, of which there is Status dropdown column with Completed and In Progress.
I'm using below code to disable all the fields with the form when the status says Completed
If(DataCardValue10.Text ="Completed",DisplayMode.Disabled,DisplayMode.Edit)
I'm looking for a way to allow users to still Edit any of the record only when after we have approval from Manager.
For Instance: there are 5 entries into the form. Of which 3 records are In Progress and 2 are completed.
For some reason I want to Edit one of the Completed record. But all the fields are locked. So to edit one of the record, I should take my managers approval and once my managers approves, I should be able to edit one of the records which is needed.
Can someone please advise how can we achieve this. Or should this be done in Power Automate.
Thanks,
Prem