The response for a Cloud Flow in a Model-Driven App triggered by the new Dataverse "When a row is selected" trigger returns an output payload with empty values, even though there's an entry for each row, as show in following output:
{
"rows": [
{
"boolean": false,
"text": "test",
"entity": {
"entity": {}
}
},
{
"boolean": false,
"text": "test",
"entity": {
"entity": {}
}
},
{
"boolean": false,
"text": "test",
"entity": {
"entity": {}
}
}
]
}
I've tried this on multiple tables and this problem seems to be consistent across all my tables. Is this possibly an issue with the new trigger? Are there any work-arounds?
Thanks