Create Table Image from Table Data

Create Table Image from Table Data

Description

This action creates a table image from table data. Supported input formats:

  • JSON
  • CSV

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Table DataTable in JSON or CSV formatThe table in JSON or CSV that will be used to create the chart image.✔️-
Image WidthNumberWidth of the image oin pixels.✔️500
Image HeightNumberHeight of the image oin pixels.✔️500
Background ColorStringBackground color in RGB, HEX, HSL or color name.✔️transparent
Output FormatChoice FieldOutput format of the created image.✔️PNG
TitleStringTitle of the image appears above the table image.✔️-
Show Table Borders?BooleanDraw columns and rows with lines.✔️Yes

Response

ResponseTypeDescription
File responseFileThe generated table image file.
File as StringStringBase64-encoded string representation of the table 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 Table Image from Table Data

We use example monthly sales data per region in CSV format.

Picture

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

Known Limitations

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