Reader small image

You're reading from  Extending Dynamics 365 Finance and Operations Apps with Power Platform

Product typeBook
Published inJan 2024
PublisherPackt
ISBN-139781801811590
Edition1st Edition
Right arrow
Author (1)
Adrià Ariste Santacreu
Adrià Ariste Santacreu
author image
Adrià Ariste Santacreu

Adrià Ariste Santacreu has been working in the Microsoft business applications' field since 2010, starting with Axapta and Microsoft Dynamics AX, and since 2016 with Microsoft Dynamics 365 F&O. A technical solution architect and developer who loves solving requirements with all the tools available in the Microsoft ecosystem, like the Power Platform or Azure services that can be used with Finance and Operations. Adrià has been recognized as a Microsoft MVP since 2020 in the Business Applications category thanks to his community contributions, like speaking at events and conferences and writing technical articles about Dynamics 365 F&O, Azure, Dataverse, and the Power Platform.
Read more about Adrià Ariste Santacreu

Right arrow

Adding AI Builder image recognition to a Power App

The Power App that we’re going to build here will be very simple: it will contain a list of items for your user company, and you will be able to select an item and then use your camera to do an inventory adjustment of that item using AI Builder!

Building the app

To do this, we will use the virtual table for the released products (EcoResProductV2Entity); make sure it’s enabled before you start! Rename the screen ItemList and add a vertical gallery (see Figure 9.17):

Figure 9.17 – Vertical gallery showing the items

Figure 9.17 – Vertical gallery showing the items

I’ve removed the image element from the gallery. Set the Products V2 entity as the data source, and edit the fields. As the title, I’ll be using the product name, and then the product number as the subtitle. Next, create a variable called SelectedItem. Remember that to do this, we must select the App node from the left pane, and in the OnStart property...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Extending Dynamics 365 Finance and Operations Apps with Power Platform
Published in: Jan 2024Publisher: PacktISBN-13: 9781801811590

Author (1)

author image
Adrià Ariste Santacreu

Adrià Ariste Santacreu has been working in the Microsoft business applications' field since 2010, starting with Axapta and Microsoft Dynamics AX, and since 2016 with Microsoft Dynamics 365 F&O. A technical solution architect and developer who loves solving requirements with all the tools available in the Microsoft ecosystem, like the Power Platform or Azure services that can be used with Finance and Operations. Adrià has been recognized as a Microsoft MVP since 2020 in the Business Applications category thanks to his community contributions, like speaking at events and conferences and writing technical articles about Dynamics 365 F&O, Azure, Dataverse, and the Power Platform.
Read more about Adrià Ariste Santacreu