Is it possible to get count of objects using Transaction API and then feeding into another action within one unit of work?
1 Like
Hello,
The only operations which return “count” are:
- Updating multiple objects
- Deleting multiple objects
- Setting a relation
- Adding to a relation
- Deleting from a relation
There is no separate operation to get a count.
Regards,
Mark