Skip to main content
Question

Best approach for working with JSON and outputting to CSV

  • April 2, 2026
  • 0 replies
  • 17 views

Hey everyone, sorry if I put this in the wrong place, feel free to move it.

I’m brand new to Automation Anywhere and using the Community Edition. To help me get to know my way around, I wanted to see if I could pull data from MSGraph. I basically felt my way through this one in the dark and I’m proud to say that it’s a working flow, with pagination, and it seems efficient; however, I was wondering if there is a better way to do it (other than writing a script). It felt weird to convert from JSON to dictionary, from dictionary to list, and then have to use what seemed to be for logging to write the output to CSV, so my thought is I am likely not following best practice.

Here is my flow:

 

I appreciate your advice. Thanks in advance!