Тёмный

Business Process Flow in Canvas Apps 

Krishna Vandanapu - MVP
Подписаться 5 тыс.
Просмотров 13 тыс.
50% 1

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

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@Worrelpa
@Worrelpa 2 года назад
Really useful example there Well explained in detail. Thank you.
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
Thank you Phil !
@venkatasubbaraopolisettymv3802
@venkatasubbaraopolisettymv3802 11 месяцев назад
Easy to understand and clear to implement this in any solution. Thanks for taking time to explain and make a video
@iCanCode-jx3yw
@iCanCode-jx3yw 10 месяцев назад
Thank you for this excellent tutorial! Is this the same process for adding Business Process Flows to Power Pages (previously known as Power Portal)?
@babukurapati80
@babukurapati80 2 года назад
Thank you for your time and really good 👍 🙏 Krishna
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
I am happy you liked it!
@anshuraj7584
@anshuraj7584 Месяц назад
Hi sir, I am a student and try to learn Power Apps. Could you please share all the code used in the video for creating the business process flow? It would be incredibly helpful. 🙏🙏 Thank you!
@muzammilahmed-px2ee
@muzammilahmed-px2ee 8 месяцев назад
Thank you, very useful video, How can we stop navigation, If all the mandatory fields are not filled? Also We should navigate to only filled screens/forms using component, Any Suggestion @Krishna Vandanapu
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 8 месяцев назад
you can store all the exceptions in a collection if the collection is blank then enable the navigate button else disable it.
@muzammilahmed-px2ee
@muzammilahmed-px2ee 8 месяцев назад
Thank You@@krishnavandanapu-mvp9302
@e.dnorth
@e.dnorth Год назад
This video has been so helpful for me. Thanks so much!!
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 Год назад
I am glad it helped you..!
@Lilphnx212
@Lilphnx212 14 дней назад
Hi Krishna, is there any way to get the full formulas for the Next and Previous Buttons. I couldn't download the from the Github resource as it said that the file was corrupted.
@depressivepumpkin7312
@depressivepumpkin7312 Год назад
impressive
@manishamuthuselvi4838
@manishamuthuselvi4838 2 года назад
Very well explained
@samstuntteam
@samstuntteam 2 года назад
Really very useful and great video
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
Thank you for your support!
@anshuraj7584
@anshuraj7584 Месяц назад
Hi sir at 15:43 mins what are the steps you did can you please explain that please 🙏
@sjcrucesignatis9302
@sjcrucesignatis9302 Год назад
Hello and thank you for the video. I have a Question about how to connect each stage with a separate screen or container. any help with that plz?
@sjcrucesignatis9302
@sjcrucesignatis9302 Год назад
I am sorry if my question sound a lot as a beginner's question but I am a beginner and need that BPF badly :)
@juansepowerplatform
@juansepowerplatform 2 года назад
great video thanks. would the new behavior properties eliminate the whole toggle workaround to read the output values from the component. you can now pass logic directly from the app into the component
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
I don't think that helps because I need to send the trigger from component to app so it might still need!
@barnaliroy8703
@barnaliroy8703 Год назад
Great tutorial! Is there any way to add business process flow (not making it from scratch in canvas app like you did here) to canvas app? I could only find tutorials to add in model driven app
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 Год назад
There is no out of the box for Canvas check my video on my channel I have explained on the same
@6thsensemedia581
@6thsensemedia581 2 года назад
You're amazing.
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
Thank you 🙏
@um0174
@um0174 2 года назад
Hi Krishna, I followed your tutorial and the component works perfectly well. I'm facing an issue that when the app is on edit (SharePoint), the progress colors don't show. Seems like the collection is lost on formmode.edit. Any assistance will me much appreciated
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
I need to access your project and need to review the code !
@um0174
@um0174 2 года назад
@@krishnavandanapu-mvp9302 How can I inbox you?
@pallavis3675
@pallavis3675 2 года назад
if I want to save the data by skipping one stage .,so will it resume the same stage or setting when I will open that item from gallery.....in your case ....view registrations option
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
This is purely project-level. what I have shown here is a prototype you can add your logic to get the needs!!
@atmaramdutta8912
@atmaramdutta8912 2 года назад
love to get a video of using existing BPF in canvas app
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
What do you mean by existing BPF ?
@johnnyvlee
@johnnyvlee 2 года назад
You have some good stuff in this video, but unless I misunderstood something, this is not ACTUALLY a business process flow. It is more of a simulation of a business process flow. Neither the app nor the component actually updates a business process flow in Dataverse. Correct?
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
In this prototype I have not implemented updating the Dataverse if you want you can for sure implement the Dataverse update as and when you move between the stages. If you watch the video again one more time, I have explained how to switch between stages so you can add the datasource operations in that.In short it is INDEED a business process flow.
@johnnyvlee
@johnnyvlee 2 года назад
@@krishnavandanapu-mvp9302 Thanks. That is exactly what I am trying to figure out right now. I'm aware that a table is created for each BPF and it is given the same name, and that table relates to process table and processstage table, but I have not yet tried to do that database update
@johnnyvlee
@johnnyvlee 2 года назад
@@krishnavandanapu-mvp9302 Regardless, your video is quite useful.
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
I am happy you found what you are looking for! all the best for your learning!
@smrruf2627
@smrruf2627 2 года назад
Hello sir need a help from you. I have implemented some.of the logic directly by using gallery instead of component . I have added buttons as items in the gallery. The issue i am facing is whenever i select one button the previous button state is getting changed. Ex. I have set 1st button to color yellow now when I select 2nd button the first button color changes automatically
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
Check my new video gallery inline editing… I have explained how handle multi select from a gallery hope that helps you
@KapilSharma-bl7cf
@KapilSharma-bl7cf 2 года назад
Hi Krishna when i put the CollPrgStages in canvasBPF then process stage name is not showing on screen.
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
I have provided the app sample explained in video as part of the description! Hope that helps
@vijayteja7
@vijayteja7 2 года назад
Hi, I have need a help, Lets say if one of the stage should by dynamic, eg:- If I select some option before coming to this screen, based on that option out of 5 stages 1 stage will change and the remaining stages will remain same, is it possible to implement that, can you guide me on that, what can be done in that regard.
@krishnavandanapu-mvp9302
@krishnavandanapu-mvp9302 2 года назад
it is possible, by the way, I have provided the code of this component as part of the description. Feel free to download make the necessary changes.
@vijayteja7
@vijayteja7 2 года назад
Can you guide me to get started with that, on how to achieve that
@smrruf2627
@smrruf2627 2 года назад
Hi Vijay
@chinna3823
@chinna3823 2 года назад
how to create lead qualify into canvas app
@shaiksadik-y5r
@shaiksadik-y5r Год назад
Hii
Далее
Power Apps FORMS from Beginner to Expert
20:09
Просмотров 3,5 тыс.
Part 5. Roblox trend☠️
00:13
Просмотров 2,7 млн
Responsive Forms in Power Apps
13:43
Просмотров 20 тыс.
How to make Breadcrumb trails in Power Apps
11:17
Просмотров 9 тыс.
Enhance Apps with Business Process Flows
9:45
Просмотров 3,4 тыс.
Business Process Flow (BPF) in Model-Driven Power Apps
19:12
Power Apps Reusable Forms
11:26
Просмотров 3,2 тыс.
Part 5. Roblox trend☠️
00:13
Просмотров 2,7 млн