Hi all,
Just a quick question regarding confidence scores on values in tables (the individual values, not overall).
When I'm using the returned values in a Flow, an option appears in dynamic content for a confidence score

However, after running, the result is always null, and there does not appear to be a value in the raw output either

"JobNo": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"value": "325913",
"displayName": "JobNo",
"fieldType": "string",
"text": "325913",
"location": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"pageNumber": 1,
"boundingBox": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"left": 0.0763888888888889,
"top": 0.40922619047619047,
"width": 0.09523809523809523,
"height": 0.025049603174603197,
"polygon": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"coordinates@odata.type": "#Collection(Microsoft.Dynamics.CRM.crmbaseentity)",
"coordinates": [
...
]
}
}
}
}
Is this intentional? Or a bug?
I found this post on the same thing, but it didn't seem to answer the question
Thanks!