Hello all,
I'm following the link below to create a flow to export a sharepoint list to excel and send an email.
https://www.enjoysharepoint.com/power-automate-export-sharepoint-list-to-excel-and-send-an-email/
Step 9 'Create a table' we use the expression to define the table range followed by $A1:$ and 1:
outputs('A1_Notation_Mapping')[sub(length(outputs('Array_of_col')),1)]
However I keep getting the following errors in the flow check:
Correct to include a valid reference to ‘Array_of_col’ for the input parameter(s) of action ‘Create_table’.
Correct to include a valid reference to ‘A1_Notation_Mapping’ for the input parameter(s) of action ‘Create_table’.
Any ideas on what I need to do to correct it?

