Hello again,
My new adventure with workflows continues. I have 2 lists. List A (Transactions) is a list of transactions and list B (Transaction Status) is a list of transaction statuses. A lookup column in List A points to the "Title" field in List B to get the lookup value. My workflow needs to change the value of the lookup column in list A. I know lookup values are referrenced by id and I've been following an example on line but have a couple of questions. The first thing I did was create a local variable to hold an integer of the lookup value. The first step, I use Set Workflow Variable to the id value of the lookup value in the Transaction Status I want. The Lookup value in this case is "Transfer Complete." I think I'm having an issue possible setting the lookup value, could someone lend assistance to see if I'm doing this correctly?
Thank you,
Shaun Here are a couple of images that might help:
I then set the value of the lookup field to the variable I created. Here is what this looks like: