@Anonymous Hello,
How many columns do you have? If it is not too many follow my instructions below.
The only requirement is that there is a ID column
Add a compose shape for each column in your Table
Use a Condition and use the 'empty' expression for each of the columns..
My expressions looks like this:
empty(outputs('Firstname'))
empty(outputs('lastname'))
empty(outputs('title'))
This will return true if all those fields are empty within the record/row
--Josh
If you like my post please hit the "Thumbs Up" -- If my post solved your issue please "Mark as a Solution" to help others