UIpath get jobs acitivity filter

I have 5 jobs of a particular process…
I want to get the number of “completed” jobs of that particular process.
Please let me know how to write the filter criteria in “Get Jobs” activity

@Ritaman_Baral

Try this

State eq 'Completed'

Cheers

@Ritaman_Baral

You can filter with using the filter builder
image

or
with an expression
image

edit: I had the filter set to running you can set it to whatever you want.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.