Hi ,
I have a workflow that has batch macro that generates around 10 PDFs.
and then I have a macro to send email attaching those 10 PDFs.
Issue is when I used Block until Done tool, after every iteration (after generating every PDF), it hits to email macro.
But I want it to hit the email macro once all Pdfs are generated.
Any trick or solution will be highly appreciated.
Thanks in advance!