Hi everyone,
I have the following problem, I am being able to save attachments in a sharepoint folder (the easy part). However now in the same email are attached 2 files with the following name (examples):
File 1: John Doe - Certificate
File 2: Summary (the name of this file is always Summary)
I need to save file 2 as "Summary + File 1 name" so the final result for file 2 is going to be: Summary John Doe Certificate. So In my sharepoint folder I will need to save the following 2 PDF files:
File 1: John Doe - Certificate
File 2: Summary John Doe - Certificate
Need your help on this, thank you so much. this is the end of my flow so far>
Solved! Go to Solution.
Hi @Anonymous ,
Please try to rename the attachment name using the following method.
Expression reference:
concat('Summary',' ',variables('FirstFileName'))
Image reference:
Hope it helps.
Best Regards,
Hi @Anonymous ,
Please try to rename the attachment name using the following method.
Expression reference:
concat('Summary',' ',variables('FirstFileName'))
Image reference:
Hope it helps.
Best Regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
20 | |
20 | |
17 | |
9 | |
8 |