
Announcements
Hi, I am trying to setup access permissions on Sharepoint Libraries. My requirement is to enable read/write access on specific files in a Library for a defined period. I would prefer to pickup the duration from a Form but it could be any variable. Once this date is passed, this particular permission should be revoked.
Hi @SunShenoy ,
You will be able to remove access of a specific user using Send an Http request to SharePoint action:
Remove permissions from a specific SharePoint user with Power Automate (tomriha.com)
So, use a Delay until operator and include the second action of above in it to remove specific user access at specific time.
Best regards,