Which two methods will allow data to be saved in incident fields within a playbook? (Choose two.)
Which two methods will allow data to be saved in incident fields within a playbook? (Choose two.)
To save data in incident fields within a playbook, you can use the setFields method, which is designed specifically for assigning values to fields. Additionally, the setIncident method is also used to update values within an incident, making these two methods the correct options. Field mapping and layout inline editing are not methods for saving data in playbook incident fields.
DRAG DROP -
Match the action with the most appropriate playbook task type.
Select and Place:
https://www.jaacostan.com/2021/02/palo-alto-cortex-xsoar-playbook-icons.html
An engineer notices that playbooks only start once the user clicks the `˜investigate' button and he/she would like the playbook to start automatically.
How can this be implemented?
To make a playbook start automatically without needing to click the 'investigate' button, you need to select 'Run playbook automatically' in the incident type settings. This setting ensures that the playbook is triggered as soon as the incident is created, without any manual intervention.
Which two causes may be occurring if an integration test is working, but the integration is not fetching incidents? (Choose two.)
If the integration is not fetching incidents, one possible cause is that the 'Fetches Incidents' option may not have been enabled. Another possible cause is that there are no new events from the external service to fetch. These are two plausible reasons that align with common issues encountered in integration scenarios and cover both configuration and data availability aspects.
Which two capabilities do Automation script settings include? (Choose two.)
Automation script settings typically include the capability to define 'parameters' and to define 'outputs'. Parameters allow for the configuration and customization of the script, while outputs specify the data that the script returns upon completion.