Hello,
I have this expression on the "on select" property of an edit button (pencil icon) that shows a pop up and will not let others edit a report (data source- SharePoint) if it wasn't created by them.
If('Submitted By_DataCard3'.Default= User().FullName, EditForm('Incident Report- Edit');Navigate('Edit Incident Report',ScreenTransition.Fade), Set(showpopup2, true))
Now I need to add another condition in here. They are no longer allowed to modify a report if it has been 12 hours since they created it. How would I add that to this expression?
Thanks