Apr 19 2017 11:29 PM
I would like to send out an email notification if the previous action fails. Is there a way to capture the results of the previous action so that i can use it in subsequent conditional action?
i.e.:
Step 1: Create File
Step 2: Conditional Email notification based on Step 1's results.
Apr 21 2017 05:26 AM
Hi,
If you create a file, what would the different outcomes be? Are you thinking if the action fails and cannot create the file? That's not doable afaik, but you could do a condition based on something else on the fileitem itself.
If you could give some more information about what condition on an action you are looking for that would help.
Apr 21 2017 09:58 AM
Thanks Mikael.
Essentially, the issue is how to know that the previous action wasn't successful.
Another scenario would be say I am adding an item into a list and it fails to add (e.g. required field missing or item already exists).
I want to be able to take an action based on that failure.
If item is successfully added, send "success" notification.
If item is not successfully added, send "failed to add" notification.
Hope this clarifies the issue.
Apr 21 2017 03:05 PM
Apr 25 2017 07:41 AM
Thanks @Mikael Svenson!