I have a low code app where in I have 4 form fields which has 3 text input fields and last one as dropdown.
I want in each to get the data from object manager instance pre-filled if data is there, which when I try to drag drop it is not allowed on text field, how can I achieve this?
Thibault Vincke [SLC] [DevOps Advocate] Posted new comment 4th October 2024
Hi Apurva,
What is your use case exactly? If you want to make changes to a dom instance, you can do so using the form component. You can use this component to see and edit the fields of your dom instance and use a button that executes an action to save the changes. If this is what you want to achieve, seperate text inputs are not necessary.