Hi all, just need some support. I created a workflow on power automate, and it is running successfully but when I look at the action item it looks like it is not working.
For reference I am trying to:
Automate JSON files that are uploaded to a SharePoint folder to go into an excel workbook as separate (worksheet)tabs.
Power Automate Photo reference:

Schema reference:
"type": "object",
"properties": {
"data-set": {
"type": "object",
"properties": {
"record": {
"type": "object",
"properties": {
"column1.action": {
"type": "string"
},
"column1.details": {
"type": "string"
},
"column1.user.emailAddress": {
"type": "string"
},
"column1.displayName": {
"type": "string"
},
"column1.user.name": {
"type": "string"
},
"column1.user.active": {
"type": "string"
},
"column1.user.links.self": {
"type": "string"
},
"column1.user.id": {
"type": "string"
},
"column1.user.type": {
"type": "string"
},
"column1.user.slug": {
"type": "string"
},
"column1.user.timestamp": {
"type": "string"
}
}
}
}
}
}
}