We have the need for an action in NWC that is present in Office365 and SharePoint. "Wait until" where we can insert a date.
ADMIN RESPONSE
Sep 7, 2022
Pause until released in December 2021
Drop here to upload
Guest
Sep 7, 2022
I've had another situation where this feature would be helpful. I wanted to wait to set a variable until a Boolean variable on a parallel path was set to Yes. We ended up using loops to pause and periodically check the value of the Boolean variable. However, we ran into failures because of the high number of loops the workflow ran through (We needed to check frequently but the task setting the Boolean value frequently wouldn't be submitted until weeks or months later.) Having a "pause until variable is set to XYZ value" would have been very helpful.