Hello,
I have a list generated from my database. The issue I have is that fields that are blank in the database are being displayed as 'undefined' in the results. I would just like them to remain empty in the app when they are empty in the database.
The list is being generated from a standard database service with a 'where' query to limit the results.
Would you please suggest how to resolve this issue. Thanks.