Skip to main content
Nintex Community Menu Bar

Wait for list to be empty

  • July 23, 2020
  • 2 replies
  • 12 views

Forum|alt.badge.img+11

How could I query a list to check if it’s empty or has no items? Basically I have a list A that stores temporary values and items get deleted every time a workflow is run. I need to query list A from list B and start my workflow only if list A is empty, only if temporary values have been deleted.

2 replies

Forum|alt.badge.img+14
  • Nintex Employee
  • July 23, 2020

@Nunezma What triggers the Workflow on list B to try and run? You could potentially have a query list as the first action then either pause or terminate the workflow. It does really depend on what triggers the workflow to try and run though.


Forum|alt.badge.img+8
  • July 24, 2020

You could try a to query the list, count the items in the collection and then a loop until the number of items in the collection = 0 at the beginning of the workflow.