I know that "Is Empty" Conditional action was recently introduced but not sure how I can use this feature as of today.
To keep it simple, I have an excel file with 70 columns and it has 1 row. Each row in the excel file represents 1 record which I am appending to a Web application using Power Automate Desktop.
I was able to read excel file using Sub flow and reading each record in Main flow using For Loop and that seems to be working.
There are some records which may or may not have data. How can I code or configure PAD to skip the empty record(s).
Feel free to throw in from simple to complex logic / Programming code or conditionals here.