Hey everyone,
I want to delete the rows where the row is completely empty, what I mean is:
Column:
A-B-C
1-2-3
3-empty -4
empty-2-5
empty-empty-empty
I want to delete empty-empty-empty row.
Thanks
Hey everyone,
I want to delete the rows where the row is completely empty, what I mean is:
Column:
A-B-C
1-2-3
3-empty -4
empty-2-5
empty-empty-empty
I want to delete empty-empty-empty row.
Thanks
You can use following example,
General.xaml (9.1 KB)
you will need to specify those column names how many you want… plz expand If condition that is in this workflow.
I cannot view your activities due to difference of package versions of yours and mine. Could you send SS maybe?
ty
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.