How To Automatically Calculate a Rollup Column with Power Automate

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 5

  • @irvinwaldman4233
    @irvinwaldman4233 Місяць тому +1

    Great video, thanks!

  • @billwiggins3789
    @billwiggins3789 Місяць тому +1

    Great solution!!! Quick follow-up question: How can I trigger the rollup recalculation on the deletion of an associated record included in the rollup. When the "When a row is added, modified or delete" trigger action activates on a record delete, the associated GUID is not passed through the trigger causing the flow to fail.

    • @PragmaticWorks
      @PragmaticWorks  Місяць тому

      Great Question! This is a bit more involved, but basically you'd need an dataverse "Action" which calls a classic workflow to grab the pre-deleted values from the record. Then your Cloud flow's trigger would be "When an Action is performed" as opposed to "When a row is Added, Modified, or Deleted". There's a great step by step blog on how to accomplish this here:
      forwardforever.com/power-platform-and-classic-workflows/

  • @rikkers258
    @rikkers258 Місяць тому +1

    Just what I needed, do I need an environment variable when using pipeline deployment from sandbox to production. Thanks

    • @powertothepeople4525
      @powertothepeople4525 Місяць тому

      Absolutely, that would be advised. You would create Environment Variables for your App ID, Base URL for the HTTP action, etc... anything that would be different from one Environment to another