Saving image from Canvas in one screen to image and list view in another screen

Iv searched on a lot of websites but I'm not able to make the code for saving an image from Canvas in screen 1 ( art pad ) to another screen ( gallery) in the 2026. Model from 2 weeks

All websites that I searched are showing blocks for earlier models or a few that don't exist

Pls reply fast

By default a canvas will save to the ASD (application specific directory). This is accessible from all screens. You probably just need to pass the filename/filepath to the other screen using tinydb.

If you show your relevant blocks for both screens so far, we can probably assist you further.

Here is a simple example

canvasToImage (1).aia (5.7 KB)