I wanted to know what happens when an action of "Start an approval" reaches its timeout, does it dissapears from the user pending approvals? Or does it stays there?
Hi @ PIMkv,
I have made a test on my side, when "Start an approval" reaches its timeout, the approval would always stays in the “Received requests”, and wouldn’t dissapears from the user pending approvals.
You could create a flow as steps below:
Within Settings for 'Start an approval' panel, within Duration property of Timeout area, type the following formula:
PT60S
Note: The PT60S is ISO 8601 format, it indicate the timeout of the "Start an approval" action is one minute. If you want the timeout of this action to be 24 hours, please type the following formula within Duration property:
PT24H
or
P1D
Image reference:
When the "Start an approval" reaches its timeout, the flow would run as below:
And the approval would always stays in the “Received requests”.
Regards,
Alice Zhang