All,
I have an export button in my Power App that triggers my flow to run and export the collection/gallery data into an excel file.
I want to know if it's possible to export all the data besides the first row in my Power App.
Parse JSON formula:
{
"type": "array",
"items": {
"type": "object",
"properties": {},
"Date": {
"type": "string"
},
"EmployeeName": {
"type": "string"
},
"Friday": {},
"LaborCode": {},
"Monday": {},
"Phase": {},
"Project": {},
"Saturday": {},
"Sunday": {},
"Task": {},
"Thursday": {},
"Total": {},
"Tuesday": {},
"Wednesday": {}
},
"required": [
"Date",
"EmployeeName",
"Friday",
"LaborCode",
"Monday",
"Phase",
"Project",
"Saturday",
"Sunday",
"Task",
"Thursday",
"Total",
"Tuesday",
"Wednesday"
]
}

Report
All responses (
Answers (