Automatically update the stage of a Business Process Flow

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 24

  • @LilCecee9
    @LilCecee9 3 года назад +1

    Quick note for 2021 users, you may need to add /entityname(composeoutput) to provide proper references to the stage IDs in the Update a Row actions.. E.g.: /processstages(reviewstageidvalue)

    • @rishirajchoudhary3239
      @rishirajchoudhary3239 3 года назад

      Last stage in the travesedpath must be a valid guid
      thats what I get when i use, /entityname(kj234kj2h34jkh2nkndmfv) in traverse path.
      CAn you guide us more?

    • @LilCecee9
      @LilCecee9 3 года назад

      @@rishirajchoudhary3239 Oh I left the traversed path blank and it worked for me. Try that & let me know :)

  • @mikekarls529
    @mikekarls529 3 месяца назад

    Elaiza! Your videos are so helpful! Recently used some components learned in this for my first BPF :) Demoing it today!

  • @jacobnorman5420
    @jacobnorman5420 4 года назад +1

    Thank you for all of your videos

  • @giovannimanunta9905
    @giovannimanunta9905 4 года назад

    Hi thanks for the great job, Can you share the the Power automate Task with the community ? do you think it is possible ?

  • @is_____rabel
    @is_____rabel 3 года назад

    Hi! In my solution, exist this error "Last stage in the traversed path must be a valid guid"... but, i am think what my GUID is valid, i not understand. ¿What i can do?

  • @tuyenchi4459
    @tuyenchi4459 3 года назад

    Hi!, thank you for your sharing. With my scenario, I can't find the Common Data Service in Power Automation.

    • @ElaizaBenitez
      @ElaizaBenitez  3 года назад +1

      Hi Tuyen, it's now Microsoft Dataverse. Type "Microsoft Dataverse" and it should be a green connector.

    • @tuyenchi4459
      @tuyenchi4459 3 года назад

      @@ElaizaBenitez tks Elaiza.

    • @tuyenchi4459
      @tuyenchi4459 3 года назад

      Hi @Elaiza, I've tried updating a row into Business Flow, when the flow was triggered, Inflow on Power Automate, how can I update that record was triggered?

    • @ElaizaBenitez
      @ElaizaBenitez  3 года назад +1

      @@tuyenchi4459 I'm trying to understand your question. Are you A) Trying to update the Business Process flow record that triggered the cloud flow? Or are you B) Trying to update the record that is associated to the Business Process flow? (In my use case in the video it's for an application - the application associated to the Business Process flow record). Is it A or B?

    • @tuyenchi4459
      @tuyenchi4459 3 года назад

      @@ElaizaBenitez tks you Elaiza, I've found the solutions for this case, it's A case.

  • @giovannimanunta9905
    @giovannimanunta9905 4 года назад

    How did you setup the environment using (Current) ???

  • @vishnuravi3047
    @vishnuravi3047 3 года назад

    Hai,is there anyway to automate BPF without refreshing the page?

  • @johnfirth8890
    @johnfirth8890 5 лет назад +1

    Is there anywhere that you post the entire parse JSON First command? I watched the other video and am not sure how to break down the value at the end for the BPF.

    • @ElaizaBenitez
      @ElaizaBenitez  5 лет назад

      Hi John sorry for the late reply. Which value are you referring to in the final action, is it the Active Stage? I have not posted the entire parse JSON anywhere but I can help you out if I know more information

  • @DavidCastilloOnGoogle
    @DavidCastilloOnGoogle Год назад

    Hi Elaiza, is this also applicable for model-driven apps? And is this still something that's applicable today?

    • @ElaizaBenitez
      @ElaizaBenitez  Год назад

      Hi @DavidCastilloOnGoogle, yes it should still be supported. In my blog post (link in the description of this video), it will show the old CDS connector (purple with database icon). The connector to now use is the Dataverse connector (green with the Dataverse icon).

  • @KevinsTripToJapan
    @KevinsTripToJapan 3 года назад

    Traversed Path and Active Stage are deprecated... what now?

    • @ElaizaBenitez
      @ElaizaBenitez  3 года назад +1

      The two fields are deprecated in the source entity (for example Case or Opportunity) which I refer to in my vlog and in my blog post which is in the description of my RUclips video. The supported method is to reference it from the process entity that would have been created when the BPF was created. Refer to this blog post - flow.microsoft.com/en-us/blog/best-practices-now-that-the-stageid-and-traversedpath-attributes-are-deprecated-on-business-process-flow-participating-entities/

  • @gopinathvinothkumar6718
    @gopinathvinothkumar6718 5 лет назад

    Hey I tried the same but I get bad gateway error can you please guide me on this

    • @ElaizaBenitez
      @ElaizaBenitez  5 лет назад

      Sorry for the late reply. I'm not sure what would be causing the bad gateway error for you