Hello everyone,
I am using an attachment DataCard and AddMedia control in my PowerApp, which accesses my 'A3 Report Backend' database. When I add and upload a new image using the AddMedia control, the image appears with its filename (starting with "Reserved") in the attachment list as well, since images are also included there.
For the user, it can be very confusing to see the image filenames in the attachment list after each image update. Is there a way to prevent these images from appearing in the attachment list after updating the images in the AddMedia control? My goal is to hide all attachments that start with the filename "Reserved...".
Using the following syntax:

I only display or make visible the entries that do not start with "Reserved". However, I still have the problem that I cannot download the attachments anymore. Downloading the attachments works when Parent.Default is set in the Items property.
Is there a way to combine this?
I am grateful for any help.
Thank you.