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!