Skip to main content
Nintex Community Menu Bar
Question

Upsert data from Ui-Only data model

  • July 11, 2024
  • 4 replies
  • 11 views

Forum|alt.badge.img+4

Hello!

Would it be possible (without using JavaScript) to upsert data from a Ui-Only data model?

The idea would be to have a table with an ID and set an action that creates a new record if the ID is not found or update an existing record if it is found.

Many thanks!

4 replies

Forum|alt.badge.img+20

Maybe. Would you have a unique ID to find this record? Even if it would be possible to not use javascript, it would be easier to do with javascript.


Forum|alt.badge.img+4
  • Author
  • July 11, 2024

Yes, I have an auto-number field which is unique and I could use the Salesforce Id as well if needed.


Forum|alt.badge.img+20

OK. Then potentially you could use just action framework. It’s entirely not something I could walk you through on here though.


Forum|alt.badge.img+4
  • Author
  • July 11, 2024

Thanks for confirming Pat. I will figure out how to have it implemented 🙂