Hi ,i have a tble like below .i want to filter to filter the records based on column “department” which is dynamic,where the values under that column may increase.
After filtering based on columns want to write in different excels.
we can use FILTER DATATABLE activity where we can mention a VARIABLE in the value field
so that the filter will be done based on the value passed to that variable which might change dynamically along the process
were you facing any issue in using that
Cheers @avinashy
yah you can mention the variable name in the filter wizard under VALUE field…
that variable can hold dynamic value and can be assigned with dynamic value along the process
so that the filter datatable activity will filter that datatable based on the value in that variable
like this @avinashy
how to filter values in a colum those values are dynamically change
for example in below image it contains 15000…719 in 10 times(it may be increse or decrese next time and those 15000…719 also chage) i want filter 15000…719 and next number 1500…717 in 3 times and 1500…715 and 15000…713 those numbers are increase and decrese.how to filter please help me out
I want to apply nested for each, for each department(Outer loop), inside that for each Id.
My first for each loop for department is working fine, but when I am running the second loop it is itering all the ID’s, it should only loop through the ID which is having common department. Please assist me with this issue.