Forum Discussion
koryknick
3 years agoEmployee
kindminis - I think your Has Next property is not correct. The easiest way to test it is to put a Filter snap after your Rest Get and test the expression. Once you have it working as expected, just copy and past the expression back into the Has Next property.
If I were to wager a guess, I think the value you want is simply:
$entity.data.attributes.status.code != 'Completed'
Hope this helps!