Skip to main content

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?


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,


This worked thank you!!


Reply