Hi all
I'm relatively new and have looked through numerous threads but cannot seem to solve my problem. I have a flow to take a copy of an excel spreadsheet saved into sharepoint, and then after that I want to delete all the rows except an example row at the top. I have been able to delete all the rows (including the example row) but cannot seem to find a way to keep that example row.
I've outlined my most recent attempt below but happy for any other solution that works.
This is my most recent attempt using this Solved: How to delete rows in a table column with blank ce... - Power Platform Community (microsoft.com)
I created a new column called 'Automation' in the table and entered some text in the example row but not in any other row, however I get this error - WorkflowOperationParametersRuntimeMissingValue
The 'inputs.parameters' of workflow operation 'Delete_a_row' of type 'OpenApiConnection' is not valid. Error details: The resolved string values for the following parameters are invalid, they may not be null or empty: 'id'"

Details


formulas are: empty('Automation') is equal to
true = automation column 'not empty' false = automation column empty
If true - no action
If false- delete a row

I'm happy to try something completely different, I've tried "length" at "0", I've tried conditions for "contains" very specific text from the example row, but I keep getting errors like the above.
Any help or even entirely new flow welcome.
Thanks in advance!!