ContributionsMost RecentMost LikesSolutionsRe: List pipelines that use a particular snap Apologies for the late response @ptaylor Yes, your response is what I needed. Thank you Re: List pipelines that use a particular snap Thank you for your response Spiro. I’m aware of metadata snaps; I was looking for a solution that doesn’t involve creating a pipeline. List pipelines that use a particular snap Is there a way to get a list of pipelines in an Org across project spaces that use a particular snap? Re: Adding javascript libraries Not necessarily. You can load from CDN. try { load(“https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9/crypto-js.js”); } catch (e) { } Re: Snap To Call An EXE or BAT batch File On Another Server Hi Andre, You can try re-purposing java code in the script. The following resource might be helpful. https://www.mkyong.com/java/how-to-execute-shell-command-from-java/ Regards Bilesh