Greetings.
I'm running a flow to extract tables from a PDF and write them into an Excel file. The way the document is designed, Power Automate extracts two different types of tables, one with 12 columns and one with 13 columns.
I only want to keep the ones with 13 columns.
In the If statement, is there a way to check how many columns are in the specific datatable (such as ExtractedPDFTables[Index]) that I can use to format the if statement? Looking at the list of properties in the support docs, it seems that there is only a rowcount, not a columncount property.
If there is no way to do this, is there a way to check if a specific cell is the datatable is blank? That might also work ...
Thanks for any help.