I am using Power Automate Flow to convert an excel file to Table when it gets created on a SharePoint site. In the flow, I am using the below in 'Table range' so as to convert the entire data to a Table Range.
=OFFSET('Page 1'!A1,0,0,SUBTOTAL(103,'Page 1'!$A:$A),24)
My excel file would always have 1 sheet only. But the sheet name may change every time. The above formula only works when the Sheet Name is 'Page 1'. Kindly help me to build a Flow that I can use on any sheet name. That is instead of 'Page 1' it should be dynamic to consider the 1st or single sheet as a reference.
I am sharing the screenshot of the Flow for everybody's reference.
