Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Trying to pull People Picker field from list

$
0
0

So here's the scenario:

In Infopath, I've created a form that will pull the name and the color of a fruit from a list. This works fine. I drop down to the name, the color is populated automatically. Once the form is uploaded, the workflow needs to know who to go to.

So, you pick Apple. From a separate SharePoint list, let's call it Fruit approvers, it has several columns. ID, Fruit Approver )people picker field), and color.

The color is already prepopulated on the form from the other list. I'm trying to do a lookup via color in order to get the name of the Fruit Approver from the secondary list. The problem is, is the looking just becomes a circular logic. 

Data Source: Fruit Approvers List

Field from Source: Fruit Approver

Return Field as: Login Name

___________

Field: Fruit Approver

It won't let me click ok, if I try to add logic to the value, it just brings up another identical window to fill in the exact same way. What am I missing?

Thanks!


Viewing all articles
Browse latest Browse all 7589

Trending Articles