Hi... I am new on nintex form i want to show sharepoint list calculated column on nintex display form .
when i am serch some post regarding that i recognised there is action of "CalculatedValue" But i am not sure how to use my rule in calculatedValue.
below my calculted column formula-
=IF([Strategic Client]="Strong","5",IF([Strategic Client]="Medium","2",IF([Strategic Client]="Low","1")))
how to use that in calculatedvalue. thanks in advanced