Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - AI Builder
Answered

How to retrieve the information of the object that is detected by AI Builder via the detected object name

(0) ShareShare
ReportReport
Posted on by 27

Hi,

I have embedded the object detector in my canvas apps and add a gallery to show the information of the detected object, the data source of this gallery is the new table I created for the object detection and contains information of all the objects. How can I use the name of the object detected by AI builder to retrieve other information related to this object that saved in the Dataverse and embody them in the gallery ?

Categories:
  • v-xiaochen-msft Profile Picture
    on at
    Re: How to retrieve the information of the object that is detected by AI Builder via the detected object name

    Hi @Puco ,

     

    If you have a new question, I suggest you create a new post and describe the problem you encountered in more detail.

    I am happy to continue to help you.

     

    Best Regards,

    Wearsky

  • Puco Profile Picture
    27 on at
    Re: How to retrieve the information of the object that is detected by AI Builder via the detected object name

    Hi xiaochen, I wanna ask if I have different types of objects I hope to detect that are saved in different tables, can I LookUp more than one table here in this formula? I'm really new here, thanks.

  • Puco Profile Picture
    27 on at
    Re: How to retrieve the information of the object that is detected by AI Builder via the detected object name

    thank you so much, it works~

  • Verified answer
    v-xiaochen-msft Profile Picture
    on at
    Re: How to retrieve the information of the object that is detected by AI Builder via the detected object name

    Hi @Puco ,

     

    According to your description, I've made a test for your reference:

    1\ This is my table ‘Test44S’

    v-xiaochen-msft_0-1610333271760.png

     

     

    2\ Add a gallery control and set its Items property to:

     

    LookUp(Test44S,String=First(ObjectDetector1.Results).TagName) // ObjectDetector1 is the name of my AI Builder

     

     

    3\ Set the label control’s Text property to:

     

    ThisItem.Name

     

     

    Set the label control’s Text property to:

     

    ThisItem.String

     

     

    4\ The result is as follows:

    v-xiaochen-msft_1-1610333271764.png

     

     

    Best Regards,

    Wearsky

    If my post helps, then please consider Accept it as the solution to help others. Thanks.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1