I am not able to use tables from Jira Automation to Microsoft Teams using the format:
| Col 1, Row 1 | Col 2, Row 1 | Col 3, Row 1 |
| Col 1, Row 2 | Col 2, Row 2 | Col 3, Row 2 |
Previously with MS Connectors this works. would result in a formatted table in Microsoft Teams. However now that I am using Power Automate/Flows, the table comes unformatted. Does anyone have any tips in getting this to work?
The output I get is not a table and not formatted at all:
| Col 1, Row 1 | Col 2, Row 1 | Col 3, Row 1 | | Col 1, Row 2 | Col 2, Row 2 | Col 3, Row 2 |