Hello All,
From the given table , I want to filter those rows where the missing values in a row or 2 or less than two.
for ex: row u, contains 3 values (in a1,a3,a4) and only two missing values( at a2,a5).
row t also contains only 2 missing values.
Hence I want a filtered table with only rows t and u.
Please help me with this. @ScottF
Thanks in advance.
Thanks @izaychik63
It worked. I was wondering if we can convert a flow variable to a workflow variable. I have a variable filtered based on a condition and now i want to pass that variable to multiple places as flow variables. So i was wondering if we can convert it into workflow variable for better access?
Thanks in advance
I was wondering if i can select a node based on the input. Like if input is a then i want to one node to get executed and if input is b then i want another node to get executed. You think there is a way for me to achieve this?
Thanks in advance
is there any way i can create dependencies between workflows ?
like i want to execute wf2 after the wf1 has executed The wf2 should be automatically kicked off when the wf1 completes execution as I run the wf1 from the server I want this process to happen.
Thanks.