Hi folks. I’m new to Adalo.
I have a database record with dates, a multi-line field and an image. I know I can use the form component but my issue with that is that the multi-line field only displays a few lines. So instead of using the form I’m binding the fields separately and using the image picker to change the image.
Is there a way to bind the image picker to an existing image from the database before replacing it? Similarly, is there a way to bind the date picker to an existing data from the database before selecting and replacing with a new date?
Thanks in advance.