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!
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 | |
58 | |
42 | |
37 | |
36 |
User | Count |
---|---|
86 | |
72 | |
61 | |
58 | |
40 |