Hi Team,
Problem saving HTTP Graph API call data from json to CSV file. I am able to get the filtered data for Jail Broken devices list from managed devices from Graph API filtered data:
https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$filter=managementAgent eq 'mdm' and jailBroken eq 'True'
Parse JSON from HTTP data saved the schema properly & I could see there are 4 devices that came up, which is good. But I am not able to move the data from here to a CSV file. For each value from Parse Jason data is saved in CSV table. It will only take value as array content & not any object or other items. When I fixed this, its capturing all 4 items in the from section of csv table but sending Output for only one item. What exactly is missing here? Here are the snapshots:
Thanks
Arindam