Hi Guys,
I have a process where in the input is an sheet with employee details and its supervisor email address would be retrieved from active directory. Initially an email is triggerred with voting Accept/Reject to the supervisor email address to check for employees assigned roles. The bot needs to monitor the reply, if received from supervisor update in the excel response received. In case the manager responds within 2 weeks, no further follow up is needed. The response will be noted down in in a data repository to keep track of all responses.In case the manager didn’t respond the bot will send a reminder email to follow up – 2 weeks
after the initial email. In case the manager responds within 2 weeks, no further follow up is needed. The response will be noted down in in a data repository to keep track of all responses. In case the manager didn’t respond, the bot will send a reminder email to follow up – 4 weeks after the initial email.
Can you please help how to divide the two processes in Uipath and scheduling them:
- Get supervisor details from Active Directory and note it down in excel and trigger intial email
- Keep monitoring the inbox daily for replies and send reminders accordingly.
As the reminder date is dependant on when the initial email is sent, how do we connect and schedule these processes? Is there any other solution design for this process?