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 @juracana ,
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 @juracana ,
Please try to rename the attachment name using the following method.
Expression reference:
concat('Summary',' ',variables('FirstFileName'))
Image reference:
Hope it helps.
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
19 | |
14 | |
12 | |
11 | |
10 |