Hi All - I am trying to create a flow that automatically create a dynamic table range.
Based on my research I should be able to use this formula:
OFFSET(Incentive_KPI_TL!B2,0,-(N - 1),SUBTOTAL(103,Incentive_KPI_TL!$B:$N),12)
My data from paginated reports contains data starting from column B through N and after adding the above in Table range it generates an error :
The argument is invalid or missing or has an incorrect format and status code 400:

And my actual create table step is below:

Thank you in advance for anyone who can assist.