Created a sharepoint list called "List 1" and configured[added] users group in that list as an item
item 1
Title - A , Group Name - User1
item 2
Title - B , Group Name - User 2
Created another list called "List 2" and this list only having "Title" column.
When user creating entry in list 2 with Title = A , Task should be assigned to user 1 which is configured in List 1.
if user creating entry in list 2 with Title = B , Task should be assigned to user 2 which is configured in List 2.
I have a created a K2 workflow with following components.
1. Using 'Get List Reference' component passing the current item title value and getting reference from List 2.
2. Cretaed an Task component and used the Reference in the Task component.
Task is not assigned for the above case.