Hi Team,
I am able to download the file using the action provided in this. But the content of the file is zero bytes. Any inputs to fix this issue.
Thanks & Regards,
Krishna.
The file is downloading successfully, but the content appears as 0 bytes. This usually happens when the file binary/content is not getting populated correctly before triggering the download action. Please verify that the file data is being fetched and assigned properly.
Also, check whether the API/database response contains the actual file content and not just the file name or metadata. Adding logs/debug points to validate the binary size before download may help identify the issue.