App Studio, cloud, rest-kinetic - VendCntSearch.GetByID - in DMR Processing - Struggles

App Studio, cloud, rest-kinetic - VendCntSearch.GetByID - in DMR Processing - Struggles

I am trying to pull the Contact Email Address to update the DMR Processing window with that info when the user selects or changes the Contact. (I’ve re-purposed the fax field.)

I’m seeing that base functionality updates the phone and fax, not the email address. So, I’m trying to grab it and update the DMRHead.ConNumEmailAddress field.

The rest call appears to be working. I get the response I expect:

image

but can’t get it to load in a view (VendCnt or actionResult) or figure out how to get the returned EmailAddress directly into DMRHead.ConNumEmailAddress.

After the rest call completes, I see no records in Dev Tools epDebug.views in the view being attempted.

I’m assuming a row-update is next. Tried this:

image

With “{actionResult.EmailAddress}” in the Value field.

What am I messing up?