Hi all.
I'm trying to set up a flow for when a certain email address not within the exchange group (A member of the public for example) emails me, to export the email to a SharePoint document Library.
However when using any variant of the "When an email arrives" trigger, when entering this person's email address in the "To:" field. It'll not give any error messages, but when I save the flow and exit out of it and go back in, the email address has disappeared and the field is empty. It will only accept anything within the Exchange Group.
Is there a way around this?
Solved! Go to Solution.
To create a Trigger Condition for this specific situation click the three dots at the top right of the 'When a new email arrives' action and select Settings. In the bottom of the box click the plus sign to add a new trigger condition and paste in:
@equals(triggerOutputs()?['body/from'], 'test@email.com')
Replacing the test email with your address. To cover multiple emails I think you'll need to have a trigger condition for each address.
Workaround: In the mobile app you can enter an email without this issue.
Thanks for the reply Resident Rockstar. I have tried adding the trigger condition you gave above but it still isnt converting or saving the email address....
Hi Malte
It does indeed work in the mobile app, thanks for the suggestion. But what a pain not being able to use the desktop app for such a simple flow
Thanks
RR
Hi Powerusers!
Any updates on this issue? "Use the mobile app" may not be the definitive answer. The suggestions and the mobile app don't work.
regards
Did you try to follow @DWC_NZ 's suggestion?
Hi Victor,
yes that worked, but we should only see it as a workaround, i hope there will be a final solution.
regards
I totally agree. Removing the ability to add external emails just doesn't make sense! At least not in the from fields. And since the functionality remains in the Android app, I assume someone has just altered the input field incorrectly in the web and desktop apps. Let's hope it gets fixed soon. I am creating new flows in the web app and just adding email conditions in the Android app for now. That works - until @microsoft fixes this issue.
Still nothing??
Why nothing? You can use @DWC_NZ 's workaround.
@VictorIvanidze the solution provided by @DWC_NZ did not work for me. I am trying to add a email address in the from field, but it has not worked for me.
Also the mobile app is giving me errors to when trying to edit it. When I click on the action it gives me the following error: Operation CreateGraphOnNewEmailPokeSubscription was not found in swagger.
Any help would be appreciated.
Workaround via mobile app is not working anymore for me either. absolut crazy. I use the condition workaround, which works
Do you know why it would not be working for me? I copied and pasted the exact code and just changed the email but it does work for me.
Share a screenshot please
Ah okay,
I am using this solution, which is def. working: You can add as much conditions (e.g. email adresses) and/ or as you want
I will try it and let you know.
It still does not work for me.
if you have different email-adresses, you have to use OR in the trigger condition, like
@OR(equals(triggerOutputs()?['body/from'], 'email_1@mail.com'),equals(triggerOutputs()?['body/from'], 'email_2@email.com'),equals(triggerOutputs()?['body/from'], 'email_3@email.com')) etc.
as the one and only trigger condition, it works!
otherwise the triggers count as "AND"
But this has to be a bug, right? Can we somehow have this subject untagged as solved, because all we have are workarounds. Not being able to specify a from address outside your own domain in the web and desktop apps cannot be intentional!
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
128 | |
53 | |
38 | |
26 | |
21 |