Merge branch 'main' of https://github.com/microsoft/hack-workshop-power-apps
This commit is contained in:
Коммит
17fd088c6e
|
@ -43,7 +43,11 @@ For more details on [supported browsers and troubleshooting](https://docs.micros
|
|||
|
||||
Your team should also be familiar with the following:
|
||||
|
||||
- [Forking](https://docs.github.com/github/getting-started-with-github/quickstart/fork-a-repo) and [cloning](https://docs.github.com/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository) repositories
|
||||
- [Forking](https://docs.github.com/github/getting-started-with-github/quickstart/fork-a-repo)
|
||||
|
||||
- [Cloning](https://docs.github.com/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
|
||||
|
||||
- If you have not used git before we suggest [GitHub Desktop](https://desktop.github.com/)
|
||||
|
||||
## Resources
|
||||
|
||||
|
|
|
@ -113,6 +113,10 @@ Your team might find these resources helpful:
|
|||
|
||||
- To return a value, you need to use the *Respond to a PowerApp or flow* action. Respond with text, passing the first prediction's `tagName` in a text field called `breed`.
|
||||
|
||||
- So body("Parse_JSON") takes the result JSON as a dynamic object, which contains an array of predictions. The first() part gets the first item from this array, and the .tagName extracts the tag name field from that array item `tagname` = customvision.ai tag name of the image and tag = `breed` of dog
|
||||
|
||||
- Ensure you add this as Expression and not Dynamic Content
|
||||
|
||||
## Final result
|
||||
|
||||
![A power automate flow showing 4 blogs in a sequence - Power Apps, classify an image, Parse JSON and Respond to a power app or flow](./media/power-automate-flow.png)
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 8.8 KiB |
Загрузка…
Ссылка в новой задаче