hi everyone,
i want to send the mail to According to batches , every batch send the mail with differend google form link
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
file is to large that why cant share u
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.
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.
yes I use foreach loop
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.