I am facing a problem which I am not able to figure it out. The display in list is not working if app has no signed-in user, but the same data is working fine for a simple text. This is what I am doing.
- I am sending a prompt to Open AI (say give me three birthday ideas) and getting three results in JSON Format.
- I am loading this result in a TEXT, and when I am displaying this TEXT on the screen it is working fine.
- Then, I am loading these three JSON records in a table as three separate records (I used Java Script to parse etc.). This is working fine irrespective if App is signed-in or not signed-in by a user.
- Then I am displaying these three records JSON records on the screen through LIST. But, it is not getting displayed if App is NOT signed-in. It is working fine if App is signed-in by a user.