Task Status Partial Failed
Status: Closed · Asked by mikec29526 on · 0 views
Is it possible to have a workflow step take an action if the prior step has a partial fail in the task status? Can that be filtered on?
Is it possible to have a workflow step take an action if the prior step has a partial fail in the task status? Can that be filtered on?
You can use the filter action step and choose the field which usually comes when the task runs correctly, so in that way the filter will only process the workflow when the action step gets successful.

In this particular case - if I use the "Extract Phone Number" - but there is no valid phone number, it errors out. I am trying to have this particular workflow just stop if there is no valid phone number in description field of Google Calendar event.
Task ID -
IjU3NjcwNTZkMDYzNTA0MzY1MjY4NTUzMjUxMzU1MTYzNTQzMCI_3D_pc
executed at
Oct 20, 2022 13:30:07
Is there a way to accomplish this? I can't use the "exists" or "does not exist" since I need to know if there is a phone number in there.
Is there a way to accomplish this? I can't use the "exists" or "does not exist" since I need to know if there is a phone number in there.
After extracting the phone number you can simply use the filter condition with greater than 1 so it will only forward the number if it is a number.
