web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / AI Builder Custom Enti...
Power Automate
Answered

AI Builder Custom Entity Extraction Model get higher confidence value

(0) ShareShare
ReportReport
Posted on by 2

Hi,

I have a Custom Entity Extraction Model and I will send a sentence to that model to extract entities. I am getting the response in array were multiple entities extracted for the sentence. I want capture the score with higher value in the array response.

Below shows the output of AI Model:

[
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"type": "Success",
"startIndex":0,
"length":4,
"value":"pass"
"score": 0.9958772
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"type": "Fail",
"startIndex":0,
"length":4,
"value":"fail"
"score": 0.77722
}
]

 Here I need to get the data which have higher confidence and store the type in SharePoint list.

 

can suggest me with the flow or expression how to filter array with higher confidence.

 

Thanks in advance!

Categories:
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @hemajm ,

     

    Do you want to get the record with the highest score?

    Please try this

    vxiaochenmsft_0-1695785592773.png

    reverse(sort(variables('var'),'score'))?[0]
    vxiaochenmsft_1-1695785616480.png

     

    Best Regards,

    Wearsky

  • hemajm Profile Picture
    2 on at

    Thank You 😊 ! Its worked.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 249 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 198

#3
David_MA Profile Picture

David_MA 197 Super User 2026 Season 2

Last 30 days Overall leaderboard