Skip to main content
Nintex Community Menu Bar
Question

How to auto populate fields in field editor in second step of wizard

  • July 10, 2024
  • 2 replies
  • 5 views

Forum|alt.badge.img+6

Hi I have an account model which will be loaded based on the URL parameter accountid passed I have another model called “address” which is on a custom object “Address__c” , have a condition which takes account__c from account model above So now , in the field editor, for address, how could I pre populate address fields on step load ( I am using wizard , this field editor is in second step )

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17

You could add update fields on rows actions to your step button.


Forum|alt.badge.img+5
  • July 10, 2024

On the navigate button, change the action type to “multiple actions”.

Then in the actions, update your model fields to update your Address__c with the values from Account. And add as a last action “navigate to step” that you can go further in the wizard.