I have some questions about using the Sharing Link. The sharing link gave edit permissions to the intended users for a document but the expiration isn't working.
I think that it counts the duration to the expiration date from the output of the When Item is Created or Modified. Is this accurate?
If yes, I believe the output of that is in this format 2024-11-26T12:40:15Z
I’ve seen two different formulas for the Link Expiration (below). Which is better to use?
- addDays(triggerOutputs()?[‘body/Created’],1,’yyyy-MM-dd’)
- addDays(utcNow(),1,'MM-dd-yyyy')
Should I change the format of the date in the Link Expiration to 'yyyy-MM-ddTHH:mm:ssZ'?
Is there an easier way to test the link expiration than waiting the duration for the link to expire? It’s very slow to wait a day.
I have attached the flow in PDF.