cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Message

SANDEEPRATTAN
Level 3
Hi,

I had exception returned with "Input comment missing item"

the issue was my item O047384447 Picked from collection but it was 10 character in length it should have total 11 characters missing 6 after 7 (O0473844476) and was missing in the item.

how can I filter these items with missing characters to be flag and send to another collection ?

please advice 
1 REPLY 1

HarpreetKaur
Level 7
Hi Sandeep,

once you have your first collection populated, you can introduce a quick loop to validate the values gathered e.g. character length check for this field.
Anything that passes the "length of the string = 11" check should be sent to a final collection. the others to a faulty collection with necessary flags added for them as required.