Hi, I have created an approval flow where I send the below data in markdown table in 'start and wait for an approval' action.
The table format is disturbed. How can I give certain width to the column to make it look better?
Solved! Go to Solution.
Hi @PriyaFernandes,
GFM Markdown table syntax is quite simple. It does not allow row or cell spanning as well as putting multi-line text in a cell. The first row is always the header followed by an extra line with dashes "-" and optional colons ":" for forcing column alignment.
| Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is | left-aligned | $1600 | | col 2 is | centered | $12 | | col 3 is | right-aligned | $1 |
For more information, you could refer to this document:
Markdown Tables generator - TablesGenerator.com
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @PriyaFernandes,
GFM Markdown table syntax is quite simple. It does not allow row or cell spanning as well as putting multi-line text in a cell. The first row is always the header followed by an extra line with dashes "-" and optional colons ":" for forcing column alignment.
| Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is | left-aligned | $1600 | | col 2 is | centered | $12 | | col 3 is | right-aligned | $1 |
For more information, you could refer to this document:
Markdown Tables generator - TablesGenerator.com
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
78 | |
55 | |
52 | |
43 | |
41 |
User | Count |
---|---|
81 | |
79 | |
75 | |
67 | |
43 |