ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Performance (29)
  5. Retrieve & aggregate combo should not be nullified by using the list

Retrieve & aggregate combo should not be nullified by using the list

Introduced in version: 1.3 (29 Jan 2020)

If the resulting list from a database retrieve is used in aggregate list action it should not be used anywhere else.

Instead, introduce a second retrieve for use in the other place. This is especially effective if there is a split between the first retrieve and aggregate and the later usage of the resulting list in the microflow since in that case the second retrieve will only happen if the split condition is satisfied.

Noncompliant solution:

Compliant solution: