Flow Designer Action step icons are broken/missingIssue Flow Designer Action step icons are broken. The issue is observed on the subprod instances after it was cloned from the prod instance. CauseImages come from sys_attachment records and these are missing in the subprod instance. https://subprod_instance_name.service-now.com/sys_attachment_list.do?sysparm_query=file_name%3Dstep_icon&sysparm_view= When I checked clone settings on table clone_instance on the production instance, Exclude large attachment data is checked. Although these are not large attachments per se it is excluded. Please find more information on this setting here: Request a cloneResolutionYou would need to repair the required plugins for the flow designer actions on the affected instance. - com.glide.hub.action_step.crud- com.glide.hub.action_step.core- com.glide.hub.action_step.rest...etc The main plugins may be crud and core, but the rest of the actions should follow the com.glide.hub.action_step.STEPNAME convention. For example, if you need to repair the powershell plugin, that would be com.glide.hub.action_step.powershell.