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 ?
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
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.
thank you so much, it works~
Hi @Puco ,
According to your description, I've made a test for your reference:
1\ This is my table ‘Test44S’
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:
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1