Skip to main content
Nintex Community Menu Bar
Solved

Site/Building approver

  • March 15, 2022
  • 1 reply
  • 30 views

DonnaArtis
Forum|alt.badge.img+1

I have a form that has 2 lookup lists that lookup the Site and Buildings, these are 2 separate lists.  I also have a third list that contains the approver for the building/site which i would like the approver name and email address to be pulled through from this list onto the form.

I have the lookup lists pulling the data through, but i'd like to have the approver name and email address populated on calculated values.

The formulas that I have used are:

lookup("Approvers","Building",parseLookup(Building),"Approver")

lookup("Approvers","Building",parseLookup(Building),"Email")

But this doesn't pull the data through that I'm expecting.  There are 2 sites, both sites could have building names/numbers that are the same, but with different approvers.

Best answer by Nunezma

@DonnaArtis 

Maybe try this:

 

https://community.nintex.com/t5/Nintex-for-SharePoint-Forum/lookup-to-a-list-on-a-different-page-site/m-p/53728

1 reply

Forum|alt.badge.img+11
  • Scholar
  • Answer
  • March 17, 2022