cancel
Showing results for 
Search instead for 
Did you mean: 

Check whether Field in collection has some value or its empty

Vikas
Level 4
im trying to check is my collection [Coll1.Field1]"". but is giving me following error Internal : Cannot perform operation when the left-hand value is empty. How to work with collection to find Is my field empty. Thank you.
1 REPLY 1

Denis__Dennehy
Level 15
Your are probably trying to evaluate a non-defined field that has a null value as though it is text. The Blue Prism calculation stage has no concept of null (so there is no IsNull function available - which is an oversight worth raising in the ideas & enhancements area of this forum) - but instead of a proactive check you could have a retrospective check by catching the exception and checking for that left-hand value empty error - if that error occurs take your flow to the same rout as your field """" decision.