Skip to main content

I am using Nintex Froms in Office 365. When sing a Label control I want to build in a link to a SharePoint list which will filter the list using a value on the Form.

In the label text I insert a link with the text below with the Variable as the filter text.

When I OK out of this and do anything in the Designer TAB and return to the link the variable is retained. If I click on the PREVIEW tab and then return to the Designer Tab, the variable is missing from the link text. This behaviour does not appear when i use the link directly in the text value where the ‘Animal ID’ field is in the images below. 

I’ve saved and closed the browser with no change in status.

 

Any ideas?

https://xxxxx.sharepoint.com/xx/xxxx/Lists/xxxxxxx/AllItems.aspx?useFiltersInViewXml=1&FilterField1=Animal%5Fx0020%5FID&FilterValue1=(VARIABLE)&FilterType1=Lookup&viewid=fa97dd55%2D2d81%2D482d%2Db9e8%2D51cc4bdd139a
Building the link in Designer

 

After entering and returning from PREVIEW

 

Have you tried using a Form Variable to build the link? Then insert that Form Variable in the URL field when you are configuring the Link in the Label control.


Have you tried using a Form Variable to build the link? Then insert that Form Variable in the URL field when you are configuring the Link in the Label control.

That is what I have done. The ‘varAminalID’ is a variable and is used when building the link URL. The other Animal ID ‘abcAnimalID’ is a form field variable. 

I’ve tested both with the same result. 


So, following contact with Nintex support I got the following solution in a very prompt reply.

 

The issue is replicable on our end. If we combine text and variable, the complete URL will be broken.

There is workaround.

 

1. Please add a hidden text control and set the default value as below.

https://xxxxx.sharepoint.com/xx/xxxx/Lists/xxxxxxx/AllItems.aspx?useFiltersInViewXml=1&FilterField1=Animal%5Fx0020%5FID&FilterValue1=

 

2. Add another hidden text control and set the default value as below.

&FilterType1=Lookup&viewid=fa97dd55%2D2d81%2D482d%2Db9e8%2D51cc4bdd139a

 

3. Now combine all three controls in the Label URL field. It should look like this.

(TextControl-1)(variable)(TextControl-2)


Reply