Hi all,
My workflow reads in a table from an Excel file on monthly basis (cell range is specified in the configuration), challenge that I am facing is that the range of table might change. New rows might be added.
For example, the first table is data for July, the second table will be for August (two new rows added). how do I set up my workflow so alteryx can detect the new beginning and end of table? Thanks!
| | column 1 | column 2 | column 3 |
apple | | | |
| orange | | | |
| | column 1 | column 2 | column 3 |
| apple | | | |
watermelon | | | |
| orange | | | |