Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi , i need to make 2 kind of iterations to extract 2 different value from 2 different components so i can use then both those extracted values into a third component . my case is that i need to iterate through emails and also iterate through file names so i can send emails to 1 adress having 1 file at the same time .
i successfully could send email to muplitple emails with only 1 same file , each different adress will recieve that 1 file , but when i iterate through files to dynamically send multiple files to those different emails , the job sticks to only first email and first file and sends multiple emails to same person and having same file !!
check the photo for the problem .
Hi
In your case, tFileList will execute for each iteration, what are your expected result?
Regards
Shong
hi ,
the result should be like what the log showing , it should get file_1 file_2 file_1 file_2 which are read in 4 different iterations , but what happens is that the emails sent , have always file_1 in all 4 mails , also the 4 mails are sent to first adress not adress_1 and adress_2