How to write formula for turn outline view into Table view?

Thanks @Federico_Stefanato for the mention!

@Steve_Yang feel free to reuse my template, but your case is even simpler. You don’t need to combine subitems or preserve checkbox status or whatnot, I assume, so you can just .Split(Character(10)) your list and .FormulaMap(AddRow...)) then. You can still use parts of my template to determine list nesting level based on inner object structure, but no need to manipulate those back into text items.

Here’s a simpler solution by @shishir

1 Like