Hi lee,
Check the file is available in the associated list.
If Documentlist=empty then throw message.
Hi Lee Garam,
Please verify the File object you are passing to the download activity.
For instance, if you want to download a file, you need to pass the File object to the download action. You can connect debugger and check in the Variables tab within the Mendix modeler.
Expand the File object to check the HasContents
attribute.
HasContents
is false, it means there is no file associated with the object.HasContents
is true, it indicates that the file is present in the object.I hope by this you can find any solution.
Kindly check and confirm.
Reg,
Subash JS