Forum Discussion
Get full data into Playbook
SocInABox 1) I don't think there is a set rule, it really depends on what type of information you are trying to obtain
2) Usually, I run the playbook without the parse JSON action first, look at the run, copy the data that I need to parse from the output of the action that creates it, and then paste it into the parse JSON action as sample data and let the action handle the parsing.
Thanks GaryBushey
"look at the run" is what I needed to know, thanks!
What I'm saying about the parse json rule is that some operators don't need it as a predecessor and some do - for example if you want to include fields from your alert in the email function you must use parse json first. But maybe the send email is a special exception?
- GaryBusheyJun 07, 2021Bronze Contributor
SocInABox It depends on the field you are looking to use. Some of the information is stored as JSON and some of it is returned directly as a variable.
- SocInABoxJun 20, 2021Iron Contributorthanks Gary.
Turned out a bit more practice with playbooks showed me the light :).
simply monitoring the output results and understanding where to place your functions (in or our of a FOR loop) were my weaknesses.