What does Script helper contain?
What does Script helper contain?
Script helper contains available commands that assist in building out scripts. This feature aids users by providing command references which simplify the script development process.
A - Correct
To see this, go to Automation, New Automation, Slick on Script Helper, choose the section/commands/script you need help with, for example, ad-add-to-group, click on it and select Copy to Script and >>demisto.executeCommand("ad-add-to-group", {"group-cn":"<group-cn>"})<< will be copied over, this can assist in building out your script!