Images to Listview in another screen

Hello there,

i have created an app where i can store my personal bests for fishing.
i can choose the fish, how long and heavy it was, where i catched it and so on.
all these datas get saved in a list view in another screen called logbook.
but now i want to add an image of the catch to every entry in the logbook.
i wanted to make an imagepicker button in the first screen, to choose the image and it should save it to the listview and display it in the other screen.
perfect would be also for the second screen, when i tab on the image it opens and i can have the full size view on it.
But i cant find anything that would work for that idea.
Here are the blocks:

Unbenannt2

second screen:

Hello, you cannot initialize a global variable directly with a TinyDB get value. Instead, you should first set it to an empty value and then update it later with the get operation.

I’ll send you the correct approach and solution in a few minutes by editing this post.

Hi Nimafr, thx for the info. Do you already have the solution for this?