
Announcements
Hello!
I'm trying to pass an encoded image with base64 along with <text> to my flow, but it's not running, or giving any errors/warnings.
The run history is giving me the info that the flow never ran.
I'm using this parameter to pass the image to my flow:
JSON(
Image7.Image,
JSONFormat.IncludeBinaryData
)
And these steps in my flow to store the image in a specific folder.
It works fine when I use a "normal" image..
Any help or guidance is appreciated
Any other idea on how to pass an image to flow with dynamic text would also be of help!