If we use the File Cabinet file’s link in the script, there may occur the error by saying, “Error Parsing XML: The reference to entity “c” must end with the ‘;’ delimiter.”
To solve the issue, replace the ‘&’ present in the link by ‘&’
Example:
The Link: https: 123456789.app.netsuite.com/core/media/media.nl?id=123&c=123456789&h=1NUsXKWOmyx4G2SfkPnm1QGnTG2tHnGdCcyGhSZOpG6Qx_P0&_xt=.otf
Modified link will be: 123456789.app.netsuite.com/core/media/media.nl?id=123&c=123456789&h=1NUsXKWOmyx4G2SfkPnm1QGnTG2tHnGdCcyGhSZOpG6Qx_P0&_xt=.otf
