Start application when Mail received

Hello everyone,
I want to start the process when a mail arrived… So what’s the expression in the Flow Decision activity?

1 Like

Fine
In the get outlook mail activity get the output variable as out_mailmessage a variable of type list of mailmessages
So in flow decision mention as
Out_mailmessages.Count > 1
Then if it’s true it will go for true side
Or goes for false side
Simple isn’t it
Cheers @Loons

1 Like

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