Issue with Data Being Shared Across Screens

Hey everyone,

I’m building an app that integrates with the OpenAI API. To handle the API response, I use a Custom Action and store the output in a database collection called “Output.”

The issue I’m facing is that when navigating through the app via the navbar, the “Output” data becomes available across screens, which is causing UI/UX problems.

Is there a way to store the output without it being shared globally between screens? I’d appreciate any insights or workarounds!

Thanks in advance!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.