How can we send an Email Step Asynchronously in RunflowsForList?
Hey I would like to know how can I send the email to users once the RunFlowsForList has been completed which was running in a Asynchronous manner?
Comments
-
Hope you are doing good. You can built a Logic where you will check if the RunFlowsForList is executing for the last item from the input list of the RunFlowsForList and once it is completed you may use a Send Email Step there to send an email to end users.