cancel
Showing results for 
Search instead for 
Did you mean: 

trigger with conditions Desktop Studio and Cloud

MiguelYepes
Explorer
0 Kudos

Hi all

I am using the Desktop Studio version 2.0.12.58 product and I have a question, is it possible that by executing an unattended bot and depending on its result, a new unattended trigger can be automatically programmed?

Example

I have 2 unattended executions, the first execution at 9:00 AM and the other at 13:00 PM, if the 09:00 AM execution was successfully executed, the 13:00 PM execution should not be executed and Otherwise, if the execution at 09:00 AM is not successful, I need to program a new unattended trigger that runs at 13:00 PM.

Many Thanks!

Miguel

Accepted Solutions (1)

Accepted Solutions (1)

former_member200925
Active Participant

Hi Miguel,

I don't know if understand all your requirement, but I think that you can do this using the execute a trigger of type API. Check the follow link:

https://help.sap.com/viewer/c836fab4182e45548b6c6c6d0d0a9146/Cloud/en-US/347ba172a8e64f1c8544f460264...

Check if attende your requirement please

Answers (1)

Answers (1)

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

miguelyepes

You can follow the below steps to achieve your use case. There is no specific activity /process to link the second automation based on the success of the first automation.

1.Trigger an email by adding a notifier. Email is triggered only when the first automation is successful.

2.In your second automation, add the activity to search for the email (email triggered from first automation), and based on the condition, continue to execute the automation or end automation.