When a List Query has no results, what is put in to the variable?

  • 6 August 2014
  • 1 reply
  • 0 views

Badge

If I query a list and put the result in to a variable (a List Item ID type in this case), what will the value be if there is no matching item? And how do I test for no result in a "Run if" block?


1 reply

Badge +6

the variable will simply be empty. You can test it in a run if block using the "is empty" comparison.

Reply