
In Power Automate Desktop (PAD), when you retrieve multiple rows from a Dataverse table, the output is typically a custom object or JSON array, which cannot be directly looped over like a DataTable.
name and value.CurrentItem["name"], CurrentItem["value"]). You can then process or store these values as needed.name and value. In the loop, add each row’s data to the DataTable using the Add DataRow action. This lets you manipulate or export the data easily later.