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?
Hi Apurva,
I noticed that this question has been open for some time now. Do you still need help with this, or have you found the solution in the meantime? If you still need help, could you answer Thibault’s question above? Or if you have found the solution, could you post an answer for reference for other users?
As this question has now been inactive for a very long time, and there has been no further reaction from you, I will close it. If you still want more information about this, could you post a new question?
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.