Hi everyone,
I have a question about data from excel. I would appreciate it if someone who knows answer.
I created an Excel with email addresses. I have assigned email adresses from this excel as variable(type record) (1)
I can see all the emails in the message box. So far there is no problem. (2)
I want to use this variable as a “from specific sender” in the email loop. I only want the incoming emails to respond to those on this list. (3)
Although I see all the emails in the message box, the email loop only reads the bottom line of the list.
I assigned the Excel Row variable by name. Should I get it as an by index? (However, I will add and remove new email to the list and update it all the time)
Where am I doing wrong and how can I fix it?
Thanks in advance