
Announcements
I have data that comes out of SQL that I want to parse into a table hierarchy and pass into Word for a repeating table. The Word part is fairly simple and I have quite a few items already going into the document, but can find a way to make table hierarchy in power automate.
The data would look something like this
| Parent Item 1 | |
| Child item | value |
| Child item | value |
| Child item | value |
| Parent Item 2 | |
| Child item | value |
Thank you for any help.