Hello friends,
I have to send a daily reporting by mail, can i trigger this activity in the orchestrator, for exemple: if (date.now = Time_on_orchestrator_asset) than execute the activity mail send ?
Hello friends,
I have to send a daily reporting by mail, can i trigger this activity in the orchestrator, for exemple: if (date.now = Time_on_orchestrator_asset) than execute the activity mail send ?
Hey @abdel
You can schedule your mail reporting job & you can trigger from the workflow by checking the condition if matched send email or do nothing.
Thanks
#nK