Тёмный

8. Create a Canvas App I (Challenge 3) 

T.O@PowerAppTutorials
Подписаться 206
Просмотров 1,4 тыс.
50% 1

*We continue the series by creating our first Canvas App.
Power up Challenge 2024 Walkthrough Series.
1. My Animal Shelter Solution Full Demo - • 1. My Animal Shelter S...
2. Intro - • 2. Animal Shelter Solu...
3. Create and Import Shelter Table in the Dataverse Part 1 (Challenge I) - Remastered - • 3. Create and Import S...
4. Create and Import Foster Family Table in the Dataverse Part 2 (Challenge I) - Remastered - • 4. Create and Import F...
5. Create and Import Animal Table in the Dataverse Part 3 (Challenge I) - Remastered - • 5. Create and Import A...
6. Create a Model Driven App I (Challenge 2) - • 6. Create a Model Driv...
7. Add SVG Icons and Logo (Optional Challenge 2) - • 7. Add SVG Icons and L...
8. Create a Canvas App I (Challenge 3) - (You are here)
9. Create a Canvas App II (Challenge 3) - • 9. Create a Canvas App...
10. Create a Power Automate Flow (Challenge 4) - • 10. Create a Power Aut...
11. Create a Business Process Flow for My Model Driven App - • 11. Create a Business ...
12. Create a Custom Page for My Model Driven App I - • 12. Create a Custom Pa...
13. Create a Custom Page for My Model Driven App II - • 13. Create a Custom Pa...
14. Create a Custom Page for My Model Driven App III - • 14. Create a Custom Pa...
15. Create a Power BI Report I (Challenge 5) - • 15. Create a Power BI ...
16. Create a Power BI Report II (Challenge 5) - • 16. Create a Power BI ...
17. Create a Power BI Report III (Challenge 5) - • 17. Create a Power BI ...
18. Create a Power BI Report IV (Challenge 5) - • 18. Create a Power BI ...
19. Create a Power BI Report V (Challenge 5) - • 19. Create a Power BI ...
20. My Animal Shelter Solution Full Demo (PRO Version) - • 20. My Animal Shelter ...
New Videos updates Pro - Version
************************************************
21. Create a Workflow in Power App - Medical Passed - isMedicalPassed - • 21. Create a Workflow ...
II. JScript Web Resources (Three Use Cases- hideReturnedSectionDynamically, setFollowUpSixMonthsDOAdoption, and setDateIfEmpty)
III. Customizing app Commands (Copy single & Multiple Records)
IV. Adopt an Animal Approval Process Cloud Flow
V. Embed a Canvas App on a Model-driven Form using the Modern designer (Not Custom Pages)
************************************************
Requirement details - Canvas app
Create a canvas app listing all animals available for fostering, and their details
In this video we address:
1. Select a local shelter name
2. View a list of animals at the selected local shelter that are ready to be fostered, featuring name, type, age, picture, and any medical conditions
In part II:
3. Ability to select an animal, enter foster family information and update the status to "claimed for foster" on click of a button and the family that the animal is associated with
Codes:
cbxSelect: Distinct('Animal Infos','Animal Shelter Name')
galAnimals:
If(
IsBlank(cbxSelect.Selected.Value),
Filter('Animal Infos', inShelter),
Filter('Animal Infos', 'Animal Initial Shelter'.Sheltername = cbxSelect.Selected.Value && inShelter)
)
lblTotalAvailableCount: galAnimals.AllItemsCount
lblIsReadyToFosterCount:
CountRows(
Filter(
galAnimals.AllItems,
'Animal Shelter Status' = 'Animal Shelter Status (Animal Infos)'.'Ready for Foster'
)
)

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@meghadannak4279
@meghadannak4279 8 дней назад
Hi, thank you for the video. When I am selecting data source for galAnimals data set is not reflecting on Animal manager screen E.g. Names of pet.
@TOPowerAppTutorials
@TOPowerAppTutorials 8 дней назад
You're gonna have to send me more details via email.
@GuruPrasad-xp1yq
@GuruPrasad-xp1yq 11 дней назад
Hi Thanks for your videos. Can you please send me the dataset which are used in building this app.. I am not getting that.
@TOPowerAppTutorials
@TOPowerAppTutorials 11 дней назад
Check the video details for the link here; ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-lFeEPLSk-v4.html
@Syedzaidi343
@Syedzaidi343 2 месяца назад
awesome stuff!
@TOPowerAppTutorials
@TOPowerAppTutorials 2 месяца назад
Thank you very much! I'm glad you enjoyed it! 😊
@vaishalijadhav3378
@vaishalijadhav3378 3 месяца назад
Hello I am getting error while using code - galAnimals: If( IsBlank(cbxSelect.Selected.Value), Filter('Animal Infos', inShelter), Filter('Animal Infos', 'Animal Initial Shelter'.Sheltername = cbxSelect.Selected.Value && inShelter) ) From where did you get inShelter ?... I dont see any column in any table with that name
@TOPowerAppTutorials
@TOPowerAppTutorials 3 месяца назад
Hello Vaisha, you missed a step we also created some calculated columns when we were creating the Model Driven Apps views! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-OQXx-9h7x-0.html
@vaishalijadhav3378
@vaishalijadhav3378 3 месяца назад
@@TOPowerAppTutorials Yup .. I just followed that video ... Thank you
@TOPowerAppTutorials
@TOPowerAppTutorials 3 месяца назад
@@vaishalijadhav3378 Glad to help 🙂!
@kevinfeilen3106
@kevinfeilen3106 2 месяца назад
I got the Same issue, with inShelter not being recognized.
@kevinfeilen3106
@kevinfeilen3106 2 месяца назад
And I have the inShelter column, I'm not sure why power apps doesn't recognize it for me. thoughts?
@frankieflower5031
@frankieflower5031 3 месяца назад
Hello there! thanks for another wonderfull video! I got an error on lblheaderBar, close to the Image. The error says: "Expected color value". If i go and click on the option "get help for this error", the explanation I get is the following: "the property on this control expects Color Values. the rule produces Number Values which are incompatible. Location: Home Screen.Fill How to fix: change the rule to produce a 0 value"
@TOPowerAppTutorials
@TOPowerAppTutorials 3 месяца назад
Frankie use the email, please provide screenshots!
@frankieflower5031
@frankieflower5031 3 месяца назад
@@TOPowerAppTutorials could you please add your email? thanks!
@frankieflower5031
@frankieflower5031 3 месяца назад
@@TOPowerAppTutorials Hello, could you please provide with en e-mail? thanks!
@frankieflower5031
@frankieflower5031 3 месяца назад
@@TOPowerAppTutorials solved!
Далее
6. Create a Model Driven App I (Challenge 2)
40:54
Просмотров 2,1 тыс.
9. Create a Canvas App II (Challenge 3)
29:16
Просмотров 1,2 тыс.
Azure AI Studio vs Copilot Studio
18:22
Просмотров 36 тыс.
Calculus at a Fifth Grade Level
19:06
Просмотров 8 млн
Pagination Filter Delegation Responsive
1:43:49
Просмотров 6 тыс.