Hi,
Using Graph API, I need to get the devices list from Active Directory.
So, I made a Flow that uses an HTTP request and then Parse JSON and then creates the records on a Dataverse table "Inventory_Devices"


The issue that I have is that only one record is created in the Dataverse table, is like the "apply to each" only read the first item of the array.
In the array I have:
array(body('Parse_JSON'))
What I am doing wrong?