Hi all:
I've a workflow with two email tools, one is required to send mail daily and the other one weekly.
It's an automated workflow. There is no problem with daily one but the weekly one should invoke once a week. Right now the weekly email tool invokes everytime, check for the attachment which it doesn't find in the desired location and throws exception.
I know there is an alternate option i.e. create a separate workflow for the weekly mail and schedule it weekly but I want to do it in the same workflow for better management.
Is there anyway I can trigger this one once a week? Please let me know.
Thanks!
Solved! Go to Solution.
Hi @tanvir_khan
To exclude weekly email activity running on daily basis, add a filter tool before weekly email activity and specify the day name of week when you want to execute weekly email as below.
hi @Amol_Telore thanks for your reply.
I've already done that i.e. create file once a week based to day check otherwise go to message tool. I think I'm not dealing with that Message tool properly that's why it's reaching to email tool. My expectation is, the flow will stop when it reaches to message tool otherwise create file and take the priority 2 root of the block tool and send file to recipients. Is there any configuration for Message tool?
thanks!
Hi @tanvir_khan
As per current logic of process,
To resolve this issue,
Do let me know if your issue is not resolved.
ah I got it man. Well explained, appreciate that.
@tanvir_khan Glad to help you.!!