Тёмный

Power Apps - Multi-level Approval Canvas App + Deep Linking + Architecture (Dataverse) #8 

Подписаться
Просмотров 3 тыс.
% 40

I'm happy to present you my longest workshop where I Guide step by step how to create Canvas app with Multi-level Approvals, Deep linking and also touching the creation of Database Tables - full structure. Everything you wanted to know but afraid to ask.
In my recent tutorials, I'm concentrating heavily on powerapps, model-driven apps, Dataverse, and Power Platform as a whole, When I'm encountering an interesting defect I try to immediately post it on RU-vid to make other people's life easier. Sometimes I'll also touch Power Automate but mostly when it supports Canvas.

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

 

23 сен 2021

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@elmasinvisible007
@elmasinvisible007 3 года назад
Hi, We are not able to use the Navigate function OnStart any longer. How can we redirect users to a different screen now? thank you
@zbigniewlukowskitutorials
@zbigniewlukowskitutorials 3 года назад
hi Ander, yeah great question - there was a change and separation of app.onstart and app.start Screen. So if you had a code: App.OnStart = Collect( OrdersCache, Orders ); If( Param( "AdminMode" ) = "1", Navigate( AdminScreen ), Navigate( HomeScreen ) ) Now you have to separate this to: App.OnStart = Collect( OrdersCache, Orders ); App.StartScreen = If( Param( "AdminMode" ) = "1", AdminScreen, HomeScreen )
@elmasinvisible007
@elmasinvisible007 3 года назад
@@zbigniewlukowskitutorials thanks got kt
@zbigniewlukowskitutorials
@zbigniewlukowskitutorials 3 года назад
If you have any questions Im happy to answer them in the comment Section or on Linkedin