Hi,
I'm having a problem in checking the filename of the uploaded file.
I want to create a Flow that sends an email to particular people depending on the file name.
My problem is the file name is not right. File name shoud be "IT_Issue List - STF Response_BP.xlsx" but the output is "SVRfSXNzdWUgTGlzdCAtIFNURiBSZXNwb25zZV9CUC54bHN4".
Please see image below.
But when I put it on "Send Email' action, it displays the correct file name. Send Email set-up as html in advanced options.
Is this an encryption, if yes. How can I convert this? I will use the File Name in "Condition".
Solved! Go to Solution.
Hi @ching29,
You could also add a "Get file metadate" action in your flow as below:
The flow would run successfully as below:
Best regards,
Alice
File name is encoded, try remove encoded.
triggerOutputs()['headers']['x-ms-file-name']
Hi @ching29,
You could also add a "Get file metadate" action in your flow as below:
The flow would run successfully as below:
Best regards,
Alice
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 |
---|---|
88 | |
59 | |
40 | |
35 | |
32 |
User | Count |
---|---|
78 | |
66 | |
57 | |
47 | |
44 |