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,
Power Automate User Groups are coming! Make sure youโre among the first to know when user groups go live for public preview.
User | Count |
---|---|
48 | |
11 | |
10 | |
10 | |
7 |
User | Count |
---|---|
75 | |
22 | |
14 | |
11 | |
11 |