File Blocks Data base puzzle

So I continue work on my App and have it to the point where to all outward appearances it is working when I write a record containing image and image related comments as seen in the write screen capture. attached

When I issue a read for the same record I get a record not found message. I attached the search(Read) blocks I am using that generate the error message

I have the File properties in designer set to allow write and read and have tried every possible combination of leading slash(s) / (ie none, /, //, ///) in the write path.

Thoughts, Ideas and suggestion welcome.


Where is photologphotos/2305 located (if at all)?

You probably want to set the filepath shown in your listview for the image.

The file path shown is generated as an output when the file is saved. I will try using the entire file path on the read and see if that gets it done. 2305 is the user entered file name the file contains the following elements Date, location, image and Notes. but the file path seems to only be picking up the image path?? You can see in the create photo blocks where I build the list to be written.

Can you explain when exactly you get that error?
Then show us a screenshot of the corresponding blocks including Do it result

Use the companion app and Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Hi TAIFUN

First of all thank you for the valuable tip on how to raise DOIT on all blocks. That is going to save a bunch of guessing and experimentation. Also Thank you for responding.

Per your request I have included a screen shot of the save image and notes routing with DOIT windows showing. As you will see when I right clicked on the Ad items to list list block I got a message regarding a Unbound variable???

The take and save photo and related comments block are below.

Read from file Blocks are as seen below

Al Beix
Kaslo, BC
Canada

Further to my earlier reply, If it will help I can send you the App as it stands so you can import is and see exactly what is happening and when.

Briefly using my new found skill at raising DOIT notes during the take a photo/write process I see that the list I build prior to writing the record is not being populated as expected. What I do not understand is why?

Regards