Bot 'Card Output' response with 'Large Image with text' type is not working as expected.DescriptionOn uploading the image url in the 'Card Output' node properties by browsing local machine and moving the changes via update set to another environment, the image file is broken in other environments on executing this topic.Steps to Reproduce Pre-requisite: Create an update set and capture below changes. Login to any OOTB instance with VAOpen VA designerCreate a new topicSelect the 'Card Output' component add it to the flowSelect the type as 'Large Image with Text'Browse for image using the 'Upload url' button.Select the image, url gets generated.Test and Publish the topic.Now move the changes to other instance via update set. Expected behavior: The image should get rendered on executing/testing the topic in the other environment after deploying changes via update set.Actual behavior: The Image output on executing the topic created in step 3 is broken.WorkaroundRun the attached background script as is, no records will be changed. The script will log these statements followed by a list Identified these 'sys_cb_topic' records to update sys_attachment image recordsThe following topics had errors when updating If the customer approves modifying the records listed in log #1, set "var updateDisabled = false" on line 4 of the background script and run again. After running the script with the change, it will log which records were modified Updated image records in sys_attachment for these sys_cb_topic recordsUpdated the following sys_attachment records Done, Loading images should now work for the modified topics.Related Problem: PRB1667964