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.

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