Parsing JSON inside JSON

Hello Guys,

First of all, it’s my first topic and congratulations for the amazing app.

I want to post all the information in this JSON to another app. The problem is that i can parse them, excepect the “attackTecnhique”. I want to separe the name and the techniqueid in 2 diferent keys and post it the same way.

PRINT

any advice?

Thanks.
Tiago

Hey @Tiago_Cardoso,

Have you tried using the JSON.parse() method, That would allow you to get the data. Workflow below shows how you can use it.

Workflow Example
1 Like

Perfect. It’s working. Thanks!

1 Like

Fantastic that is good to hear. :tada: Happy automating