Hey all,
I am trying to input a table as part of 1 sheet through dynamic input tool (as part of a bigger workflow)
It has multiple tables stacked one over other separated by a couple spaces.
Like 1 table starting from 8th row and goes until 110-120 rows or maybe beyond sometimes. Then a blank row. Then a heading for another table. Then the next table starts which goes for more rows. Then a blank row. And so on.
Effectively blank row signifies end of table. I want to import only 1st table which will start from 8th row everytime but end row is not fixed, only blank row can signify that.
How to import it as part of that tool as a template.
I Can import the whole data as it is starting from 8th row and if somehow filter the data after the first blank/null row and before it, it should work. But how to filter that? or any other way?
Thanks