plazmaGirl
New Member
- Joined
- Jun 9, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi
I have an excel book that is a template and gets populated through Power Automate and only the headings of the table exist.
The data in the table can vary in amount of rows
The data is pulled from a database where it has different levels and the Name needs to be indented according to the level as well as the data being sorted according to the sortID.
When a user is sent the compiled file we want them to open it that all the indents have been done and it is in the correct sort order
I have an excel book that is a template and gets populated through Power Automate and only the headings of the table exist.
The data in the table can vary in amount of rows
The data is pulled from a database where it has different levels and the Name needs to be indented according to the level as well as the data being sorted according to the sortID.
ItemID | ParentID | SortID | Level | Name | ||
54 | 10 | 2 | 3 | Shopping |
When a user is sent the compiled file we want them to open it that all the indents have been done and it is in the correct sort order