Skip to main content
Nintex Community Menu Bar
Solved

Row Action to Set Field Value

  • July 11, 2024
  • 2 replies
  • 11 views

Forum|alt.badge.img+1

I am trying to use a Row Action (select button) to select a row to then populate a field in a different model. I’m using the Rows with Context option, but no matter which row I select, only the first row in the table is passing into my field value. What am I doing wrong?


Best answer by QuinnRyan

Hey @aaduddell,

You’re pretty close! Instead of using Field from another model, you should use “Single specified value” with {{Signer__c}} as the value. That’s how you can send the value in context to the other model.

Cheers,

2 replies

Forum|alt.badge.img+11
  • Answer
  • July 12, 2024

Hey @aaduddell,

You’re pretty close! Instead of using Field from another model, you should use “Single specified value” with {{Signer__c}} as the value. That’s how you can send the value in context to the other model.

Cheers,


Forum|alt.badge.img+1
  • Author
  • July 12, 2024

This worked thank you!!