I am trying to create a flow that recieves a PDF (file name and content) via HTTP Request.
So i have setup a test in flow 1 to call the HTTP request and send through the pdf content, but the PDF saved in flow 2 is blank.
Flow 1: [Works]
Flow 2: [Doesnt Work]
Thanks!
Solved! Go to Solution.
Hi @NotAlex
Can you try wrapping the 'document' in the binary() fucntion using the expression editor in the Create a file action and run the flow.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
@yashag2255 you are a gentleman and a scholar, thank you!
Just a note that it is actually "Base64ToBinary([contentBytes])".
Cheers
Alex
Hi @NotAlex
Can you try wrapping the 'document' in the binary() fucntion using the expression editor in the Create a file action and run the flow.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
@yashag2255 you are a gentleman and a scholar, thank you!
Just a note that it is actually "Base64ToBinary([contentBytes])".
Cheers
Alex
Perfect! Usually in some connectors it takes Binary and sometimes it is Base64 to Binary.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
75 | |
20 | |
17 | |
14 | |
13 |
User | Count |
---|---|
127 | |
35 | |
31 | |
28 | |
25 |