I would like to retrieve some data from a multiple lines of text field, i tried to usecalculated value to display my data. but the output cannotseparate by columns and cannot show by rows.My expected ...
My list "IMX Procurement Details" have multiple columns e.g. Item, Qty, Price, i want show all of the columns on the List lookup control on Nintex form, is it possible? thanks.
Hi all, if i have a custom javascript which is call a web service and return a string "HelloWord", how can i display the string to the form label control? thanks.function fun() {var data="hello"; $.ge...
Let say i have a task assigned to a group of people by using the "Start a task process", inside the user group have 3 people (e.g. User A, B, C), the task will be completed once one of the user approv...
I have tried below but doesn't work. i am reference herehttps://community.nintex.com/thread/15328-add-variable-to-url-on-nintex-form?commentID=56726#comment-56581
I'm trying to use userProfileLookup to return "PreferredName" but it's returning "#Value!". The formula I first tried wasuserProfileLookup(Current User, "PreferredName")fromRetrieving User Account Dis...