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,
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 |
---|---|
34 | |
16 | |
15 | |
9 | |
9 |
User | Count |
---|---|
36 | |
26 | |
17 | |
7 | |
7 |