How to use 'Count' function with Data service entities?

Hi Team,
I have a ‘Status’ field in the Data Service entity. The field contains any of two values: “Assigned” or “Unassigned”. While integrating the entity with UiPath apps, there is a requirement to count the records separately based on the value in the ‘Status’ field.
I have given the count expression as below:

image

But the output is the total count of the entire records.
Can anyone help me with the correct expression for the Count function?

Thank you in advance,
Alwin.

@alwin.george ,

Please use count(filter()) function to count it separately based on status. Please use the function as below.

image

Thanks,
Arvind

2 Likes

Thank you… The solution is working fine…

1 Like

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