How can I lookup different language texts (each language has its own row) to pull in to a Calculated Value in Nintex Forms for Office 365 - so that language selection from a pulldown would change the content of the calculated value?
How can I lookup different language text (each language has its own row) to pull in to a Calculated Value in Nintex Forms 365?
Best answer by shaunlub
Yes, Tomasz. The functionality to enable this became available last July.
I did not get to use it for languages, but here is how I have used it - looking up approval managers for a specific Change Scope.
Here are the steps needed to lookup the data from one row of a list. And can be used for languages as well as names.
1. Source list for data - in my case manager names. Here Title Column will hold the Scope value we will be using to filter on.
2. Lookup column needs to be created on the main list -> this is looking at the title of the Scopes List
3. Add List Lookup Control on to your Nintex 365 form:
4. Add Calculated Value control on the form to pull in the lookup list data, and save it to your local list:
I have a lot of stuff surrounding the lookup, to make the output more presentable, but the heart of it is the lookup function:
(lookup("Scopes-List","ID",ChangeScope,"Operations-Assignee")
...which is using the Change Scope control value to filter the Scopes-List, and pulls the value from the Operations-Assignee column into the Calculated Value. This value is saved locally in teh Ops-Assignee column of the main list.
I hope this is helpful.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.