Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 448 Bytes

46-Retrieve-first-instead-of-list-for-empty-checks.markdown

File metadata and controls

19 lines (14 loc) · 448 Bytes
layout title categories prio rulenumber rulename ruleset
post
Retrieve first instead of list for empty checks
Microflows
46

Why The use of retrieve action to check if an object exists should always retrieve only the first record instead of the whole list.

![46.png]({{ site.url }}/assets/46.png)

How to fix If the retrieve of the objects is followed by a test if the object != empty then set the retrieve to "first".