Create Graph Image

Create Graph Image

Description

This actioncreates an image from Graph data.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Graph dataDOTThe Graph data in syntax of DOT (Graph Description Language)✔️-
Image WidthNumberWidth of the image in pixels✔️500
Image HeightNumberHeight of the image in pixels✔️500
Background ColorStringBackground color in RGB, HEX, HSL or color name✔️transparent
Output FormatChoice FieldOutput format of the created image.✔️PNG

Response

ResponseTypeDescription
File responseFileThe generated graph image file.
File as StringStringBase64-encoded string representation of the graph image. Useful for storing in variables.
MIME typeStringMIME type of the output image, e.g., image/png.
ExtensionStringFile extension of the output image, e.g., png, jpeg.

Power Automate Examples

Create Graph Image

We use german cities and distances to and from them.

Picture

As advanced options we may choose the image's width, height, background color, and format.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!