yes you need to choose list lookup current item and then the field on your current item - note that only looks at your columns on your current list not controls on your form. so if you are talking about disconnected fields on your form you won't be able to select them in this way. which is it?
Well clearly I am not understanding some foundational things here! Let me study this a bit and I will respond with a more coherent answer. Thank you for your reply.
Just how you have configured "Item Type" in your screen shot - that is what you need to do.
It's a whole new world
So this helps me with all the columns that appear in both the Supply and Surplus lists. I have one snaggle left. The scenario here is that an admin user will open a Supply list item and edit it (maybe add a note, respond to two yes/no fields). When they save it, I kick off the workflow to create the list item in the Surplus list. Those two yes/no fields are not in the Supply list (the original/source list), but I want to put the admin user's responses to those two questions in the corresponding columns in the Surplus list. Can that be done?
Really appreciate your help today.
How do you capture the admins responses to those surplus list questions if they are not in the supply list?
I have a panel at the bottom of the form that is visible to admins only that has the questions with a radio button answer (not connected to anything in the Supply list, but needed when I copy the item over to Surplus)
Ok I am not at my machine to do any screenshots for you right now but you will need to save those responses as form variables and then in your workflow you need to query xml passing in the form data and then sucking out the variable values.
if you use search on here you should be able to find examples of people using query xml with form data. If you get absolutely nowhere with that I will put some screenshots on in the morning for you.
My goodness. Thank you!! I am out of the office tomorrow. I will follow up with you on Monday on where I am. Thank you so much. You're the bees knees.
Awesome. Thank you. I understand a lot better now.
For future person reading this ... This thread has additional screen shots that are helpful as well: Workflow reference
Clooooose but not quite. I think it has to do with the creation of the form variable. See item 3 below
1) Background for future readers - I have a list item that an admin user will edit. The form has a panel visible only to the admins. There are two fields that the admin completes. When the item is saved it is created as a new item in a different list.
2) Panel - Added a panel visible only to the admin users. Added two radio buttons for the values I need from the admin user: optFixedAsset, optDisposal
3) Form variables - I created a form variable for each of the two values the admin user provides. fvFixedAsset, fvDisposal. I selected a "generic" type because the other options do not apply (it corresponds to a form field that is a yes/no choice, displayed as a radio button). I set the formula = the associated form control. I'm wondering if my formula can't be just the choice field (optFixedAsset, in this case) or if I need to wrap it with some function to get the "yes" or "no"
4) Add workflow variables - In the workflow, I added 2 workflow variables that will correspond to each of the 2 form variables
5) Query XML - In the workflow, before the create item step, I inserted a query xml step for each of the 2 form variables. Select XML as the source. Pick formdata from the Item Properties tab (under the Insert Reference button). I typed "/FormVariables/vFixedAsset" and selected the corresponding workflow var from the dropdown.
6) In the workflow, create item - In the workflow, in the create item step, first I did a listlookup for each value that from the original list that has a corresponding column in the destination list. Then I added the two columns that are only in the destination list and matched to the workflow variables.
I do not get any errors and the listlookup values show up in the new item in the destination list. However these two form variables/workflow variables don't come along for the ride.
have you added a log in history list to see what the form variables are being returned as?