Hi Team,
I have a requirement to integrate Phantom with SNOW. Now the challenge is in SNOW I require some extra fields to be populated example: Incident Category field should be always Crime and Assignment Group should be always a particular team Service Now queue name. By using the current App in Splunk Phantom I dont know how to set my required fields.
Kindly suggest.
Try to create a child playbook that has a custom function and then the SNOW app ahead of it.
So you can call this child playbook passing only the fields that can be dynamic, and the child playbook will append those to the hard coded fields (like your Incident Category) and then pass those to the SNOW app action that you want to call.
Have you explored that option?