D365 Business Central : Batch Export All Item Pictures to a Zip File

If you want to export Item Picture into a file, you can use below code: DownloadFromStream(FileInStream, ”, ”, ”, FileName);  However, if you try to export multiple pictures, BC will only export the last picture. This is...