Check if Item Exists Workflow Action

  • 1 February 2018
  • 2 replies
  • 84 views

Badge

I have a variable collection named varAsiaRegion - it contains countries in Asia on a single column.

Current Item selected on Country field is "Philippines" that also exists in my varAsiaRegion.

The returned boolean of getAsia is False. What am I missing here?

 

213179_pastedImage_1.png


2 replies

Badge +9

You can use simple 'Run If' action like below to check a single value from a collection.

Userlevel 7
Badge +17

What action are you using? Get element from collection or dictionary? If it is a collection, then you cannot get element by its value, only using a key. However there is an action "Check if item exists in collection": https://help.nintex.com/en-US/O365/#o365/O365WorkFlow/WorkflowActions-STD/CheckifItemExistsinCollection.htm%3FTocPath%3D… that maybe can b useful for you?

Regards,

Tomasz

Reply