How can retrieve the number of rows count from entity using some condition

-3
How can retrieve the number of rows count from entity using some condition
asked
4 answers
2

Do a retrieve with XPath on the entity and use the list operation count to see how many rows you got.

Regards,

Ronald

 

answered
0

Hi Ravi, can you please specify your question a bit better? Usecase?

answered
0

As Ronald described:

Variable $Count will have the number of found objects in ActieTypeList

answered
0

Hey Ronald,

Thanks for reply.

which action , you have choosen.

answered