I'm trying to figure out the most efficient way to conditionally add two rows of data in the middle of a table.
Lets say I can have up to 4 rows of data and always have at least 2 rows. The 2 conditional rows need to be added in the 2nd and 3rd position when present or just 2nd position if 1/2 is present. All data would be on the same object and could potentially be on a middleware excel file.
I know I could use multiple templates and maybe even multiple tables in my excel file.
If you all have any ideas lmk in the meanwhile i'll be tinkering.
Thanks