I am always forgetting this expression …
In several applications, you need to know how many record were retrieved in the List records Action in a Common Data Service connector in order to take a decision.
Scenario
Typically, let’s say I know only 1 record should exist in order to take that record forward and do an action. But how do I know when only 1 record was received? That’s when you use Control
Check Count
Now, let’s say you want to want to retrieve Accounts and know how many were returned (Perhaps, you want to proceed only if at least 1 or more were retrieved)
- This is my List Records action and I’ve named it as Get All Records.
- And just to display how many records are retrieved, I’ll use a variable. Usually, you would use this in condition (which we’ll get to in a bit)
- So, in the expressions to set the Variable, under Dynamic…
View original post 163 more words