I would like like to send an email to user when my criteria meets, but I can only get the workflow designer to return one record.
I have two lists and I have data something like below.
List A:
**col1** **col2**
abc@a23.com This is subject
List B:
Col1 Key1 Key2
abc@123.com orange apple
abc@123.com banana subject
Iam writing the condition
if col1(A) equals col1(B)
and col1(A) contains key1 or key2
do something.
But it looks like only first row is getting selected all the time and nothing is happening as it not matching with keyword column. IS there a way to implement this in sharepoint designer as there is a limitation that only first row will be selected if multiple rows returned. Plz help me. Let me know if I am unclear.
Thanks,