Hello,
I am trying to remove null rows and not considering the record ID, as you can see below,
from this
to
Thanks in advanced for your help and support.
Hi @Balrajh1
To make it dynamic for any number of columns, something like this would work:
Hi @Balrajh1,
You need to use filter tool and this formula:
!IsNull([First Name]) OR !IsNull([Family Name]) OR !IsNull([age])
I have created a workflow for you!
What if I have 100 columns?