I have a flow thats saving attachments on Onedrive and send links on mail
Solved! Go to Solution.
Hi @Foxman322 ,
Please try the following method to configure Flow. Use a Flow to save the attachment and send the file link.
Initialize the string variable to store the email link.
Image reference:
It should be noted here that if the account used in the trigger and To field in Send an email action are the same user, Flow may generate a loop.
You could use Subject or other conditions to restrict the repeated execution of the Flow.
Hope it helps.
Best Regards,
HI @Foxman322
You have started a never ending loop here. When a new file is created you are sending an email and when the email is arriving you are creating a new file. So not just two, there should have been a lot of files created and lot of emails by now if you have not already turned the flow off or made some modifications in there.
Can you share the scenario you are trying to build so that we may assist you better?
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
When i get an email with attachment, attachemt addint to onedrive and send on email share link on this file in onedrive
Hi @Foxman322 ,
Please try the following method to configure Flow. Use a Flow to save the attachment and send the file link.
Initialize the string variable to store the email link.
Image reference:
It should be noted here that if the account used in the trigger and To field in Send an email action are the same user, Flow may generate a loop.
You could use Subject or other conditions to restrict the repeated execution of the Flow.
Hope it helps.
Best Regards,
THHAAANKS, so much, its working!
Is it possible to make it faster, when mail arrived, its working only after 10 minutes
and i have another problem, when i send 2 files, in mail 2 link together like "content.collab365.communitycontent.collab365.community"
Hi @Foxman322 ,
Regarding the triggering time of Flow, this involves Pricing. Different Plans may have different effects, but in the end, Flow can be triggered and complete the expected work.
Please check online doc and get more details about Flow plan:
Https://preview.flow.microsoft.com/en-us/pricing/
Regarding the links you mentioned are not separated separately, please add </br> tag in Append to string variable action.
Image reference:
Best Regards,
hmm, now it sends 2 different mail, with different attachment name, but links on files again tohether, and they are the same
Hi @Foxman322 ,
Please share the full screen shoot of Flow configuration.
If you want to add extra information about attachments/files in the email body, you could add them directly in Append to string variable.
Best Regards,
Hi @Foxman322 ,
You could add information about the email when you initialize the variable.
Then add the link to the file in Append to string variable action.
Image reference:
Please try again.
Best Regards,
yeees, thanks, its working i have in message 2 links, but ado you know awhy its sending 2 same mails?
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
14 | |
6 | |
4 | |
4 | |
4 |
User | Count |
---|---|
10 | |
9 | |
6 | |
5 | |
5 |