I work on learning more about Flow in Postman. Just to see what it looks like, I have a simple flow:
(Start)-->(GET getOrganizationNetworks)-->(Log)
The API Get has a envirnoment with the APIKey and OrgID. It returns a 200 OK code. But the Log output is the "JSON Magic - Meraki Postman Visualizer", not the expected list of networks.
So, I am missing something.
I am looking for a working example that I can look at to help me learn more about Flow. Does anyone have a working example that they can share?
Thanks