Skip to main content
Nintex Community Menu Bar
Question

How to get record ids after save

  • July 11, 2024
  • 1 reply
  • 13 views

Forum|alt.badge.img+2

I need to get the id after using save() .

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 11, 2024

The Skuid Model automatically has the record ID as part of its data properties. If you are creating a new record and use the save function - on success the ID will be transitioned from a temporary Skuid generated ID to the true Salesforce ID. This should be pretty automatic. Use the model api to retrieve that data from the Model.

Let me know if I’m not understanding your question here.