Hoping someone can assist – I’m trying to setup an instant flow that runs off a button in PowerApps that gets appended comments from a multi-line text field in SharePoint called “Comment”
Display Appended Comments Version History From SharePoint List On PowerApps (c-sharpcorner.com)
I found this article and I can re-create the exact flow they show, but I get the following error at the Apply to Each part:

I have confirmed ID 49 has multiple comments so I can’t figure out why it keeps coming back as Null.
Parse JSON:
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Comment": {
"type": "string"
}
},
"required": [
"Comment"
]
}
}
}
}
Any help figuring this out would be much appreciated as I need to implement this type of solution in many different forms we have in the environment.
I have screenshots of the Flow and the JSON Outputs, but I'm not exactly sure how to attach them so they can be viewed.
Thanks so much!