I have a Low Code app which enables me to create an instance of a DOM (DOM contains 3 sections, each with 3 definitions). I can create a new DOM instance using a form, and the instances are then represented in a table.
I would like to be able to choose an instance from the table, and edit the details, rather than create a new instance. (Deleting the instance would also be nice).
I can't seem to get the form for the existing instance to open and pull the data to enable editing.
(Hopefully that makes some sense)
Hi Garry,
You can feed the selected instance in your table to the form component. This will populate the form with the data from the selected instance. After that you can edit the data and save the changes.
- Feed selected 'Object manager instance' to the form component
- Have a button that saves the current changes of the form component
Full example:
Hope this helps, let me know if anything is unclear!
Best regards, Ward