How to add a Picture to an image filed from REST api of a record producer ?SummaryRequirement is to add a Picture from a REST API directly to a sc_cat_item_producer. -- This can be achieved by loading the payload to ECC_queue with Topic:AttachmentCreator InstructionsBelow are the parameters required from a POSTMAN End point URL: https://<instance>.service-now.com/api/now/table/ecc_queue Authorization: Basic Auth Headers: Content-Type : text/xml Accept : Accept Body: <request><entry><agent><Put any name></agent><topic>AttachmentCreator</topic><name>your_picture_name:image/jpeg</name><source>sc_cat_item_producer:<sys_id></source><payload> BASE 64 of image </payload></entry></request> For converting any images to Base64, use any public convertor Eg:: https://www.base64-image.de/