Comment

Avatar

Community Advisor

15-06-2021

Hi,

 

@LaurentLam  you forgot something very important in your good practice example : the order by clause :winking_face:

 

<queryDef schema="nms:recipient" operation="select" lineCount="100">
<where>
<condition expr={"[@id] > " + var.lastProcessedId} />
</where>
<orderBy>
<node expr="[@id]" />
</orderBy>
</queryDef>

 

Cédric