Hi, I have this customised SharePoint form. I put this Cancel Request button on that form. So, every item in the form has this button but the visibility makes it different. I'm having issues with its visibility. I want it to be invisible a day (24 hours) after it's been created.
I tried this formula but it doesn't work. I want the checking to be for the item so I compare it to the ID.
//Button3.Visible
LookUp('Leave Request',ID=SharePointIntegration.SelectedListItemID).Created > DateAdd(Today(),1)
Can anyone help me?
Thank you.