
Announcements
Hi!
I am currently adding a new feature to my flow to limit the size of our in-progress SharePoint list. I have set up a parallel action that when an item in our workspace list is deleted, it will delete out of the larger in-progress list too. I want to limit the delete trigger timeout to around 10 minutes if an item hasn't been deleted out of the workspace lists, or is the timeout only limited to days? Thank you!
Hey @AndyatCompany
Not sure what you are trying to do above, but you can give the timeout to 10 Minutes by writing the following in the timeout amount space:
PT10M
So, by this you can timeout anything for 10 minutes.
Rest if you want any other value you can write that too.
If this wasn't you were looking for can you share the flow in edit mode and explain your scenario in a better way.
Though, as much I understood, where you have mentioned delete trigger, it is an action instead.
Actually we call the 1st step of the flow as trigger, and rest other steps as actions.
So, you can use a delay action too.