Skip to main content
Nintex Community Menu Bar
Question

Updating record with a value from a rest response

  • July 10, 2024
  • 1 reply
  • 5 views

Forum|alt.badge.img

Hello, have a quick one. I’ve got a rest api running a pulling data in relation to the Account that is set by the page param.  I then want to use an action to update a row on the account. What would be the correct way of writing the variable? This is what i assumed was correct but is not: {{$Model.APIConnection.response.data.id}}

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+13

Perhaps {{$Model.APIConnection.data.0.id}} ? For all Models, you can get at the data in the first row via .data.0.