Help on creating filename+date.csv and listing these files

When I click on the save button with x, y and data information, I can save it as hour+minute+filename.csv.
I do not perform any operation on the called file by selecting from the saved files.
How can I list and select .csv files?

Show your relevant blocks

You can use the File component's List Directory block to show a list of your saved files, you can then add these to a listpicker or listview for selection.

Uploading: blocks (4).png…
I don't know how to do it but let me try first

Your image did not upload correctly.

Also, what android version are you testing with ?

I am using Android 10 version. I have done many operations but I could not list and select folder names.

How did you set the file scope property of the file component?
Try Shared or Legacy
If you did not set it, then the default will be used, which is App and the file will be stored in the ASD...

Taifun

I set it as APP and solved the problem by making a few small additions. Thank you.

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