How to download a file using a filedownloader from an entity in UiPath Apps that only matches a specific value

I need to download a file from an entity using filedownloader in UiPath apps that matches a specific ID.
Please guide me on what needs to be added to the source.
Thank you!
Below is a sample entity I am using.
image

Hi, you may use the FileDownloader’s Hidden property add the following expression
if (Id= “the value you need”, True, False)

Best Regards.