How to check the number of instances in a table.

My requirement is to check the number of instances placed in a log table.
Can anyone help me on this?

Hi,

can you be more clear with ur requirement… ??

which log and which instances ?

– Naidu

My requirement is to check the number of service instances that are placed in Audit log table.

I have to view the table structure before to can tell you but I think if you just make an adapter with a dynamical SQL to count the lines you will have that you want.

Asol is correct. If you are talking about a table as in a database table, all you would need to do is query that table with an adapter service and then invoke your adapter service from your flow service.