How to use repeat trigger in studio web

I tried creating a process in studio web.
I completed the task using ‘when a new email is received’ as the trigger.
It runs once and ends.
If there are two new emails, I want it to repeat twice.
It reads only one email and quits.
Is there a way?

@sumouse,

Trigger will trigger the process once even there are multiple emails. You will have to add logic like For Each Emails to get Unread emails in the inbox. Take action on these emails whichever actionable.

Once bot processes all the emails, bot will finish process execution and trigger will wait for new email.

That’s how it will work.

Thanks,
Ashok :slight_smile:

ok. thank you.
I’m trying to pass the received email as an argument to Invoke.
What does the red box mean?

The values ​​I set are as follows.

However, it gives the following warning?
image

@sumouse,

Let’s close his thread by marking the answer as solution as your initial query has been answered.

Regarding your new query,

I would suggest to open new thread so other experts also will look into it while I’m checking.

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.