Hi,
I am trying to get records of Audit History from Flow to Canvas App.
So I have created Flow, got the record in Json format and I am passing that Json data to PowerApps using Response to PowerApps.
I am able to call flow from PowerApps but not able to access collection data which came from PowerApps.
This is the json
[
{
"ChangedBy": "CFS Admin",
"ChangedField": "cf_quarter",
"ChangedOn": "25-05-2020 13:18",
"Event": "Create",
"NewValue": "Q3",
"OldValue": ""
},
{
"ChangedBy": "CFS Admin",
"ChangedField": "cf_quarter",
"ChangedOn": "25-05-2020 13:18",
"Event": "Create",
"NewValue": "Q3",
"OldValue": ""
},
{
"ChangedBy": "CFS Admin",
"ChangedField": "cf_quarter",
"ChangedOn": "25-05-2020 13:18",
"Event": "Create",
"NewValue": "Q3",
"OldValue": ""
},
{
"ChangedBy": "CFS Admin",
"ChangedField": "cf_quarter",
"ChangedOn": "25-05-2020 13:18",
"Event": "Create",
"NewValue": "Q3",
"OldValue": ""
},
{
"ChangedBy": "CFS Admin",
"ChangedField": "cf_quarter",
"ChangedOn": "25-05-2020 13:18",
"Event": "Create",
"NewValue": "Q3",
"OldValue": ""
},
{
"ChangedBy": "CFS Admin",
"ChangedField": "cf_quarter",
"ChangedOn": "25-05-2020 13:18",
"Event": "Create",
"NewValue": "Q3",
"OldValue": ""
},
{
"ChangedBy": "CFS Admin",
"ChangedField": "cf_quarter",
"ChangedOn": "25-05-2020 13:18",
"Event": "Create",
"NewValue": "Q3",
"OldValue": ""
}
]
I am collecting the response from Flow in PowerApp using this ClearCollect:
ClearCollect(
AuditHistoryRecord,
AuditHistory.Run(ThisItem.Objective)
);
This is collection which I am getting.
Any help is Appreciated.
Hi @tjalui ,
Please refer to this blog and get more details about the usage of Return an Array from Flow to PowerApps:
https://powerapps.microsoft.com/en-us/blog/return-an-array-from-flow-to-powerapps-response-method/
Besides, for more details to create a collection in PowerApps, please check this online doc:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-update-collection
Best Regards,
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional