Issue loading a picture from file

I'm pretty new to this and I'm trying something that seemed very simple to me, but I can't do it. I need to load a photograph into an "Image"; The png file is correct (I see it with "ListDirectory") but "Image" remains blank.
Any hint?

Where do you have pato.png stored ?

In the private directory of the companion. I see it when ListDirectory

You will need to provide an absolute path to that file, using the File component "Make path" block.

Thanks, I've been working on this for a while.

:question: