Exported CSV file from TinyDB is not appearing on my device

Hi, I'm using the File Component to export TinyDB data to a CSV file. The blocks show the export is successful, but I cannot find the file anywhere in my phone's internal storage or Documents folder.

I am using a recent version of Android. How can I make the file visible to the user or save it in a public folder like /Documents?

Thanks!

You are using the wrong event.

File.GotText event only be fired by File.ReadFrom, not SaveFile.

Try the Sharing component to send your text across applications.