following formula might have worked
(note to replace ListID with respective common reference)
lookup('NintexForms','FormListId','{'+ListID+'}','Version')
NintexForms Library
Thank you, Marian, this is just what I was looking for. -Bruce
Hi Emha
I'm bit newer with Nintex, could you explain more about the formula? I'm working in Nintex 2016 and trying to apply this in a calculated value but once a put that formula in my form at calculated value my form does not show any data
lookup('NintexForms','FormListId','{'+ListID+'}','Version')
is there any more documentation on this? I have not been able to get this to work and I would like to display the form version to the users.
Same Problem, can't get this to work. Can anybody give some more information?
Can someone explain how to do this further? I've floundered around trying to get it to work for far too long. Here's a free taco as advance payment for your assistance:
That was very helpful. O365 does not have a FormListId, But adding the Title field to the view, and manually updating it with the List GUID, I can now make this work. I was able to test, changing the form and the Title field stayed populated. Thank you for detailing this out.
EDIT: I also tried to update the Title and Description on the settings tab, but that data is not pushed to the Nintex library. I also changed using the Title for for the List GUID, and replace with the Form Name. Makes it easier to determine, and can use the form file ID for the look up.