Issue with Opening/ Downloading attachmentsIssue The problem involves users who cannot access attachments when they perform certain actions, such as filtering a list and attempting to open an attachment from a specific record. It may also occur when using other steps that generate lengthy URLs.CauseThe problem could be caused by the generation of a lengthy URL that prevents the addition of necessary parameters for attachment downloads when filter conditions are applied.ResolutionTo address these problems, it is recommended to enable support for tiny URLs on the instance. Reference: Enable Tiny URL support Furthermore, it is necessary to set the below property to 128. Although the suggested value is 1024, the issue occurs because the browser cuts off extra characters. Thus, setting the value to 128 will resolve the problem in this instance. Property: glide.tiny_url_min_lengthNew Value: 128