16
Views
7
Comments
How send mail to Batches,with Attached google form linkĀ  with mail

hi everyone,

i want to send the mail to According to batches , every batch send the mail with differend google form link


2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi @Arti Shinde,

Can you please share OML.

We can achieve with using foreach loop so whatever batch you selected one by one we can send email.

While selecting batch we can pass your link also we can identify which link will come under which batch by applying condition.


Regards,

Rajat

2024-09-13 11-52-11
Arti Shinde

file is to large that why cant share u

2020-07-21 19-28-50
Rajat Agrawal
Champion

ok not an issue.

So, we have some attribute to identify this link is belong to this batch like that.

You can add condition according to that after for each loop.


Regards,

Rajat

2024-09-13 11-52-11
Arti Shinde
this is Exact error


Screenshot (334).png
Screenshot (333).png
Screenshot (332).png
Screenshot (335).png
Screenshot (331).png
2020-11-25 10-45-32
Mostafa Othman
Champion

Hi Arti,

I assume you know how many different google forms you have so you can save different links to sit properties then based on type of each batch you can pass required site property value.

As Rajat said, you can use foreach to loop and send email to each email address of batch one by one.

2024-09-13 11-52-11
Arti Shinde

yes I use foreach loop 


Screenshot (331).png
2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi,

Can you please check,

Email address is null means to whom you are sending email that address is null.

ToEmailAddress input is null.

After listfilter you are not getting email address.

Regards,

Rajat

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.