Hi All,
I am creating a list workflow and I need to get an ID by value from another list:
ID, ItemCode, ItemDesc
1, ITEMONE, Item One
2, ITEMTWO, Item Two
etc.
I have value of ITEMONE. How can I get an ID of that value from my workflow? Both lists are in the same site collection.
Thanks