02-20-2012, 12:24 PM
Hi,
You cant use a checkpoint in If condition. Retrieve the 'all items' property value of the list and check if your desired value is there using 'instr' function.
If you dont want use that then you need to retrieve each value in the list using a for loop and check if that is your desired value or not.
Hope this helps,
Anil
You cant use a checkpoint in If condition. Retrieve the 'all items' property value of the list and check if your desired value is there using 'instr' function.
If you dont want use that then you need to retrieve each value in the list using a for loop and check if that is your desired value or not.
Hope this helps,
Anil