Hi @Msquare_Automation ,
I have done the same thing. Still its giving empty array
Since selecting on it is not working
I am doing it like this {{5.Array}}
that shouldn’t be an issue right?
Regards,
Dilip
Hi @Msquare_Automation ,
I have done the same thing. Still its giving empty array
Since selecting on it is not working
I am doing it like this {{5.Array}}
that shouldn’t be an issue right?
Regards,
Dilip
Hi @Dilip
Try hardcoding like the (Copy and paste) following in the iterator:
{{5.array}}
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation
I got the error
I had to use {{5.array}}
Also
Can you show me your text aggregator module ?
what is the set variable module you have used? Can you show it to me
Regards,
Dilip
Hi @Msquare_Automation ,
Thank you for the reply.
The Output of Iterator is giving just one element
it should give us all elements right?
because it should shoot emails to all the unique key (Emails) that are present
let me know if I missed something.
Regards,
Dilip
Hi @Msquare_Automation ,
I tried doing it
The Iterator Output is put to text Aggregator , Configured as shown below
But I am not getting the key in output, I am only getting name as shown below
Please let me know what am I doing wrong?
Regards,
Dilip
Hi @Msquare_Automation ,
Ok I got it to trigger the email.
It sent two emails and then threw up an error
One thing I noticed is it is sending tasks individually for each row.
Can I club the tasks which are there for Same Email ID and send them together for each Email ID clubbed?
Rather than sending individually?
Thank you for your help and patience.
Regards,
Dilip
Hi @Dilip
As you can see, the key is empty because some tasks didn’t have an email ID, causing them to be grouped together under an empty key. To resolve this, you can add a filter to check if the key exists after the array aggregator module.
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation
Hi @Msquare_Automation ,
thank you for replying. It solved the issue of the error.
I was even able to send all tasks clubbed together now.
Is there any way I can format the text being sent in the mail?
Currently all tasks are coming one next to other.
Can I put it one below the other with some text Pre-filled?
EX: I have 3 taks for one person it comes like this.
aTnank You in advance for your help.
Regards,
Dilip
Hi @Msquare_Automation ,
I followed few tutorials and got it to work.
I am able to achieve what I wanted.
Thank you for your patience and help.
Regards,
Dilip
Hi @Dilip
Mail supports Html formatting. So you can use some html tags inside the text aggregator of send mail module
<br> for new line
<b> for bold text </b>
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation