Nintex for Office 365 Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
I have a collection with values Item_Coll ["US100000","US100000","US100000","US100000000","US2000000","US2000000","US30000000","US50000000"]
I have another variable having B= US150000
I want to get the first value that is greater than variable B within this collection.
How can I get that in office 365 Nintex workflow?
Solved! Go to Solution.
Thanks SimonMuntz, I was comparing a number with string. Later I converted the collection to Numeric and then checked for the condition.