Skip to main content
Nintex Community Menu Bar
Question

Updating fields on a skuid model with the response after running javascript snippet

  • July 10, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+6

I have 4 fields in model like VIN, make, model, year. when i enter VIN number,Once user is making entry in VIN field i am making callouts and getting response from external web-service through java-script , i am able to parse the response back and store it in java script variables… now i need an approach to store back the response in the remaining fields on that model… Pls help with a workaround to achieve this.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+18

You don’t need a workaround to achieve this. You just need the skuid api.

.updateRow() should get you what you want.