Skip to main content

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!

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.


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


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


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


Reply