I have two lists, List A and List B, both have lookups linked to each other.
List A (Contacts):
| Contact | Case(lookup from list B-case) |
| Name1 |
| Name2 |
List B (Cases):
| Case | Contact(lookup from list A-contact) |
| Case1 |
| Case2 |
When in List A I add Case1 to Name1 item, I want Case1 to be updated with Name1 in List B.
and vice versa:
when in List B I add Name1 to Case1 item, I want Name1 to be updated with Case1 in List A.
I'm having difficulties understanding the Define Workflow Lookup dialog.
I can have two separate workflows, one for each list, doesn’t need to be in one.