Create Graph Image
Description
This actioncreates an image from Graph data.
Input Arguments
Input Argument | Type | Description | Required? | Advanced Option? | Default |
---|---|---|---|---|---|
Graph data | DOT | The Graph data in syntax of DOT (Graph Description Language) | ✔️ | ❌ | - |
Image Width | Number | Width of the image in pixels | ❌ | ✔️ | 500 |
Image Height | Number | Height of the image in pixels | ❌ | ✔️ | 500 |
Background Color | String | Background color in RGB, HEX, HSL or color name | ❌ | ✔️ | transparent |
Output Format | Choice Field | Output format of the created image. | ❌ | ✔️ | PNG |
Response
Response | Type | Description |
---|---|---|
File response | File | The generated graph image file. |
File as String | String | Base64-encoded string representation of the graph image. Useful for storing in variables. |
MIME type | String | MIME type of the output image, e.g., image/png. |
Extension | String | File 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.
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!