How to auto set field value based on another Field

  • 3 September 2020
  • 1 reply
  • 108 views

Badge +6

I am in the Classic Designer of Nintex (unfortunately).

Trying to do something simple, I should be able to handle this through Rules.  It would be very simple to address in the new Responsive Designer, but I am in Classic mode.

 

I have an open text field "Incident#"

 

When something is input in that field, I want 2 fields to auto-populate:

"Status" is a picklist field and should change to "Submitted"

"Assigned" is a peoplepicker and should change to the name of the person that input the Incident#.

 

How can I do this without using JS. Any help would be appreciated!

 


1 reply

Userlevel 6
Badge +22
Hi,

In classic forms this can only be done with JavaScript.
In responsive forms there is functionality in the rules to set a control based on another control but it can only be used on Single Lines of Text Control.

Reply