Skip to main content
Question

Email loop - From specific senders and Reply email


Forum|alt.badge.img+3

I have two questions about the email loop. I would appreciate it if someone who knows answer

1- I want to filter the email extension in the "from specific senders" option in the email loop.
For example: only work on emails from addresses with the extension "*@abc.com"  

(such as emails coming from addresses with only one company e-mail extension.)

I tried adding (*) to the beginning of the extension, but it didn't work. Is there any other way?

 

2- I'm running a task for an email with a specific subject that is unread with the e-mail loop. I want to reply the same email that was read at the end of the task.
However, there are multiple emails with the same email subject in the same inbox(old read emails). It replying all read emails. 

How can I specifically select only the last read email when replying?

Thanks in advance 🙏

5 replies

Polyana 8891
Forum|alt.badge.img+10
  • Navigator | Tier 3
  • 18 replies
  • January 8, 2024

Regarding your first question, unfortunately I don’t know how I can help you, I never did it that way, but I can help with the second question.

 

I have a process that in the first loop it collects the email data and saves the date and time of receipt of the email, in the second loop at the time of answering it has an IF that compares if the date and time are equal to the string previously assigned, if so it responds.

 

I hope this can help you

 

 

 


Forum|alt.badge.img+3
  • Author
  • Cadet | Tier 2
  • 9 replies
  • January 8, 2024

Thank you for your answer, thanks to you I solved the second problem.


Tamil Arasu10
Most Valuable Pathfinder
Forum|alt.badge.img+16
  • Most Valuable Pathfinder
  • 3276 replies
  • January 9, 2024

Hi @ufuksavas ,

1- I want to filter the email extension in the "from specific senders" option in the email loop.
For example: only work on emails from addresses with the extension "*@abc.com"  

(such as emails coming from addresses with only one company e-mail extension.)

I tried adding (*) to the beginning of the extension, but it didn't work. Is there any other way?

 

There is alternate way to resolve your challenge. 

  • Loop through the all the email and get the senders email address using dictionary variable.
  • Once you get the senders email address, use the string package to remove before @abc.com to compare string or you can directly use the If string include @abc.com.
  • If the condition is matched, the please move to separated folder in the mail itself  for do the next step or you can do and continue the steps from there. 

I hope this helps!


Forum|alt.badge.img+3
  • Author
  • Cadet | Tier 2
  • 9 replies
  • January 11, 2024

It works, thank you so much.


Tamil Arasu10
Most Valuable Pathfinder
Forum|alt.badge.img+16
  • Most Valuable Pathfinder
  • 3276 replies
  • January 11, 2024

It's great to hear that. 👍


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings