Hi! I'm currently working on a project, and I want to use SharePoint lists. My roadblock is that I want to ensure edits on a SharePoint list are not made after the day has passed. How can I do this? Please help.
I would look into retention labels: Declare records by using retention labels | Microsoft Learn. Once configured, you could have your workflow set the retention label that would declare the item a record after one day through an HTTP request to set the ComplianceTag value to the correct label name. Unfortunately, we don't have these set up, so I have no actual experience.
Otherwise, you could use the in-place records management feature and create a retention policy on the list to declare the items a record after x hours. This is a legacy feature, and you cannot declare or undeclare an in-place record through a workflow. This is the current method I use.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.