Тёмный

5. Create and Import Animal Table in the Dataverse Part 3 (Challenge I) - Remastered 

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

This video is the remastered version of Create and Load Dataverse Tables III (Challenge 1) with special focus on only the Animal Table!
In this video we:
Continuing following SDLC and continue creating our new Animal Information Table in our Shelter Solution
Create all columns in the Animal Information Table, making sure we set-up the lookup relation between our table and both the Shelter and Foster Family Table correctly, and
Finally walk through step by step importation of all the data from excel into our Animal Information Table in the Dataverse using 'Import data'
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 (You are here)
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) - • 8. Create a Canvas App...
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)
************************************************
Code;
Current Location =
If(
// First Condition: Check if the animal is adopted and has a foster claimer
!IsBlank('Pet Date of Adoption') && !IsBlank('Pet Foster Claimer'.'Foster ID'),
"", // If both are not blank, return an empty string
// Second Condition: Check if the animal has a foster claimer and an initial shelter
If(
!IsBlank('Pet Foster Claimer'.'Foster ID') && !IsBlank('Pet Initial Shelter'.'Shelter ID'),
'Pet Foster Claimer'.'Foster ID', // If both are not blank, return the Fosterid
// Third Condition: Check if the animal has an initial shelter
If(
!IsBlank('Pet Initial Shelter'.'Shelter ID'),
'Pet Initial Shelter'.'Shelter ID', // If not blank, return the Shelterid
"" // Default value if all conditions are not met
)
)
)

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

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@GopichandMunagala
@GopichandMunagala 3 месяца назад
Hi, this is good content. Nice effort. One common thing everyone struggling with dataverse table import which have lookup columns. One way is you can go into admin center->environements->settings->data management->imports. in this option you can upload the data excelsheet easily into dataverse tables which has lookup columns. this is same settings you will see when we import data from model driven app screen. since challenge starts from creating table, we need to take bit long route find this import option. Hope this information helps everyone.
@TOPowerAppTutorials
@TOPowerAppTutorials 3 месяца назад
Thanks you! Nice tip! If you have access to the Admin center please try the above suggestion!
@danielmichael3142
@danielmichael3142 2 месяца назад
@@TOPowerAppTutorials Thank you I tried it, it works
@REPORT601
@REPORT601 12 дней назад
at the animal information final step where initial shelter and foster claimer need to fill from the excel spreadsheet, after putting initial shelter and foster claimer and clicking anywhere else, the value in the current location which is a calculated column is not coming, pl help
@TOPowerAppTutorials
@TOPowerAppTutorials 12 дней назад
Did you figure it out? If not send me an email with screen shots!
@Shankargs47
@Shankargs47 Месяц назад
Can you please tell how you are handling the image? Image is also required for the challenge
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Image was uploaded in future videos!
@coulibalydimitry9950
@coulibalydimitry9950 2 месяца назад
Hi, you used a calculated column for the animal age but certain animals in the excel spreadsheet have an age but no DOB and since we used a calculated column we are not able to manually add the age. Can you help? Thanks.
@TOPowerAppTutorials
@TOPowerAppTutorials 2 месяца назад
That's how data works! Leave it as it is 🙂!
@georgeekpo9422
@georgeekpo9422 Месяц назад
Not all rows were uploaded to the animals table. how do I fix this? Edit: I've fixed this. I did not enter None as one of the choices in the Medical Condition Column, thus all rows with None were filtered out.
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Did you figure it out?
@daniellehutt4480
@daniellehutt4480 Месяц назад
Save is greyed out when I’m trying to save the Fx formula in the current location column isn’t working?
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Send screen shots via email!
@PAULSHOWTO3
@PAULSHOWTO3 Месяц назад
DateDiff doesn't work due to different time format, can you help me?
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Reach out by email with Screenshots Paul. Channel Details!
@meganlawrence6942
@meganlawrence6942 Месяц назад
Hi. May you provide help for the age and current location formula?
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Hello, replying to your email! Check your inbox.
@sulemanahmed-pak
@sulemanahmed-pak Месяц назад
The fx formula datediff isn't working please help me as soon as possible I have already emailed you.
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Got it!
@Esterbee-s3i
@Esterbee-s3i 19 дней назад
Kindly help with a solution with the problem of Age and Current Location Fx formula. Can you or anyone support please?
@TOPowerAppTutorials
@TOPowerAppTutorials 19 дней назад
Look at the comments here, Or send me an email with Screenshots!
@hastingsmafarachisi7214
@hastingsmafarachisi7214 19 дней назад
Current location fx not working . Could anyone kindly help
@TOPowerAppTutorials
@TOPowerAppTutorials 19 дней назад
Check your email!
@gamezonehaiti4713
@gamezonehaiti4713 Месяц назад
What can I Do if this code doesn’t work Datediff(´Date of Birth’,Now (),TimeUnit.Years)
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Did you figure it out? If not reach out by email!
@daniellehutt4480
@daniellehutt4480 Месяц назад
Date diff fx not working for pet dog and age column?
@meganlawrence6942
@meganlawrence6942 Месяц назад
Were you able to figure this out?
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Try this formula from Mohammad: DateDiff('Date of Birth', UTCToday(), TimeUnit.Years) - If( DateAdd('Date of Birth', DateDiff('Date of Birth', UTCToday(), TimeUnit.Years), TimeUnit.Years) > UTCToday(), 1, 0 )
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Glad it worked for you!
@daniellehutt4480
@daniellehutt4480 Месяц назад
Thanks
@prass2910ag
@prass2910ag Месяц назад
I struck on data import to animal table ,I got errors on data format it seems, showing error like below, trying to import data from India,can anyone help me to resolve this please... Selected file is a different file type than you selected for import Error code: 0x4d2 Session Id: 67dad311-9cb0-4923-804c-5647f8e6869e Activity Id: 8d806535-cdc4-4a1b-9ace-a3fd82618bb0 Time: Fri Sep 13 2024 13:11:14 GMT+0530 (India Standard Time)
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
Reach out with screenshots!
@prass2910ag
@prass2910ag Месяц назад
I was unable to attach screenshot in youtube comments,may i know your mail id pls to share the screenshots of my error
@TOPowerAppTutorials
@TOPowerAppTutorials Месяц назад
@@prass2910ag powerapptutorial@gmail.com
@danielmichael3142
@danielmichael3142 2 месяца назад
THis formula not working for me
@TOPowerAppTutorials
@TOPowerAppTutorials 2 месяца назад
Which formula Daniel?
@danielmichael3142
@danielmichael3142 2 месяца назад
@@TOPowerAppTutorials This works better - If(IsBlank('Date of foster'), 'Initial Shelter'.'Shelter ID', If(IsBlank('Date of Adoption'), 'Foster Claimer'.'FosterID', 'Adopter'))
@danielmichael3142
@danielmichael3142 2 месяца назад
or better still can I have your number
@danielmichael3142
@danielmichael3142 2 месяца назад
@@TOPowerAppTutorials The formula - If(IsBlank('Date of foster'), 'Initial Shelter'.'Shelter ID', If(IsBlank('Date of Adoption'), 'Foster Claimer'.'FosterID', 'Adopter'))
@danielmichael3142
@danielmichael3142 2 месяца назад
@@TOPowerAppTutorials I believe the below works better
Далее
6. Create a Model Driven App I (Challenge 2)
40:54
Просмотров 2,1 тыс.
PUBG Mobile СТАЛ ПЛАТНЫМ! 😳
00:31
Просмотров 87 тыс.
Creating custom visuals in Power BI with DAX
35:04
Просмотров 22 тыс.
New 2024 Table Feature in Google Sheets!
24:02
Просмотров 19 тыс.
Patch Dataverse Columns with Power Apps
33:44
Просмотров 18 тыс.
8. Create a Canvas App I (Challenge 3)
29:49
Просмотров 1,3 тыс.