Hi!
I intend that the flow is only executed when you receive messages from email addresses whose domain is not the same as the owner of the flow ... I have already researched and found nothing similar ...
Solved! Go to Solution.
Hello @skindu
In your trigger click the 3 dots, than select settings
Now under trigger conditions, click Add
and add this condition:
@not(endsWith(triggerOutputs()?['body/from'],'@flowaltdelete'))
** Note: Replace flowaltdelete with owners domain name **.
Proud to be a Flownaut!
Hello @skindu
In your trigger click the 3 dots, than select settings
Now under trigger conditions, click Add
and add this condition:
@not(endsWith(triggerOutputs()?['body/from'],'@flowaltdelete'))
** Note: Replace flowaltdelete with owners domain name **.
Proud to be a Flownaut!
User | Count |
---|---|
27 | |
16 | |
14 | |
10 | |
10 |
User | Count |
---|---|
45 | |
29 | |
29 | |
24 | |
23 |