Business Process Flow in Canvas Apps

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 51

  • @Worrelpa
    @Worrelpa 2 роки тому

    Really useful example there Well explained in detail. Thank you.

  • @venkatasubbaraopolisettymv3802

    Easy to understand and clear to implement this in any solution. Thanks for taking time to explain and make a video

  • @manishamuthuselvi4838
    @manishamuthuselvi4838 2 роки тому

    Very well explained

  • @babukurapati80
    @babukurapati80 2 роки тому +1

    Thank you for your time and really good 👍 🙏 Krishna

  • @e.dnorth
    @e.dnorth Рік тому

    This video has been so helpful for me. Thanks so much!!

  • @depressivepumpkin7312
    @depressivepumpkin7312 Рік тому

    impressive

  • @samstuntteam
    @samstuntteam 2 роки тому

    Really very useful and great video

  • @6thsensemedia581
    @6thsensemedia581 2 роки тому +1

    You're amazing.

  • @iCanCode-jx3yw
    @iCanCode-jx3yw Рік тому

    Thank you for this excellent tutorial! Is this the same process for adding Business Process Flows to Power Pages (previously known as Power Portal)?

  • @anshuraj7584
    @anshuraj7584 3 місяці тому

    Hi sir at 15:43 mins what are the steps you did can you please explain that please 🙏

  • @Lilphnx212
    @Lilphnx212 2 місяці тому

    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.

  • @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!

  • @muzammilahmed-px2ee
    @muzammilahmed-px2ee 10 місяців тому

    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  10 місяців тому

      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 10 місяців тому

      Thank You@@krishnavandanapu-mvp9302

  • @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  Рік тому +1

      There is no out of the box for Canvas check my video on my channel I have explained on the same

  • @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 :)

  • @anshuraj7584
    @anshuraj7584 3 місяці тому

    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!

  • @atmaramdutta8912
    @atmaramdutta8912 2 роки тому

    love to get a video of using existing BPF in canvas app

  • @chinna3823
    @chinna3823 2 роки тому

    how to create lead qualify into canvas app

  • @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 роки тому +1

      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!!

  • @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

  • @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

  • @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

  • @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 роки тому +1

      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!

  • @shaiksadik-y5r
    @shaiksadik-y5r Рік тому

    Hii