Hi I'm developing custom connector in power automate and using it in flow were my custom connector must do post request so in json body im defining key value pairs as
{
"{image name}":"{image in binary}"
}
image name is key and value is image data in bytes how to define json body request to accept both key and value pair dynamically from flow.Basically from email im recieving attachments i want to send attachment name as key and value as attachment content i'm facing problem to define json body post request to accept both key and value dynamically.When i gave manual inputs it worked fine. Can anyone help me to solve this issue.Thanks in Advance 🙂.
Solved! Go to Solution.
Hi @Anonymous
I think you might want to change as:
{
"Name" : "ImageName",
"Content" : "Image Content"
}
and try.
You can pass a string for the name and then directly pass the binary content in the content value.
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!
Hi @Anonymous
I think you might want to change as:
{
"Name" : "ImageName",
"Content" : "Image Content"
}
and try.
You can pass a string for the name and then directly pass the binary content in the content value.
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!
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.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
133 | |
43 | |
32 | |
32 | |
28 |