I have a need of getting object counts from two tables in a transaction flow, before using these counts to do further transaction elements.
However, I cannot find an equivalent to the Get Object Count function under Transaction.
- Should I instead just do a “normal” Load Data with eg. “Count(objectId) as numRows” in the Where clause?
- And how do I read the actual response in the numRows attribute returned from the reference i get back?