I have a form that I want to use both to register and to edit the data. However, I am using a condition that when there is data from the API that brings the specific data, but when there is no data that brings me anything, just the label text inside the textfield.
When entering the second condition, it brings the initial value "null" into the textfield, so the user would have to delete the word null and insert the data.
Is there any way to leave the second condition with just the label text?