Power Automate: Infinite Trigger Loops

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

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

  • @davidmorrigan7170
    @davidmorrigan7170 3 года назад +5

    Excellent. That has saved me some stress. It only seems to be with the Excel Online CDS that I experience this problem.

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

      Yes, an Excel Table object is not greatest place to store data to be manipulated like this, and power users commonly advised against using it for measures like this, but for some older structures of data it's the only means until you have a new system in place.

  • @sharepointpro7900
    @sharepointpro7900 2 года назад +3

    Nice video. I created one on the same topic, but you're one is more detailed.

    • @JohnDayQA
      @JohnDayQA  2 года назад +2

      I'll be sure to add your channel name to the description. It's always good to give the viewers an alternative reference. They may follow yours better.

  • @Firebus1122
    @Firebus1122 3 года назад +3

    The trigger condition does not work on document libraries that has content approval set to Yes/activated. The trigger works on the typical document library. Any suggestions?

    • @JohnDayQA
      @JohnDayQA  3 года назад +4

      So you will need to add a trigger condition that checks the Approval Status value before it executes. You can do this if your trigger is a SharePoint one that pulls in the file properties like the "when a file/item created or modified." For example if you want to run the flow only after the document was approved you would add the following condition.
      @equals(triggerOutputs()?['body/{ModerationStatus}'],'Approved')

    • @Firebus1122
      @Firebus1122 3 года назад +2

      @@JohnDayQA thanks, I got this to trigger when owner permissions were given to the service account thats running the workflow.

  • @fatihdagdelen9247
    @fatihdagdelen9247 8 месяцев назад

    Thanks a lot. It is wonderful!