I’m only dangerous when it comes to database knowledge, so forgive me if this question is a bit butchered.
I don’t see a direct way to do this in Adalo, and have searched this topic and did not find an answer…
Is there a method or workaround to display a default value for a property where a user has not entered data?
For instance, if I made a form input optional and the user opted to not fill it in, then the value for that property would be empty or null. What I’m hoping to do is display a default prompt as a placeholder of sorts rather than the value be empty. I essentially want to prompt the user with a simple text string in the place of that missing database value encouraging them to edit or update it.
Does that make sense? Has anyone had success doing something like this?