PowerAutomate - Compare arrays with objects

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 7

  • @anna-878
    @anna-878 6 หลายเดือนก่อน +2

    Very good video! Thanks a lot, will be testing it in my setup now

  • @HPZOT
    @HPZOT 7 หลายเดือนก่อน +2

    Thanks, i've been banging my head with this for about 3 days.

    • @MarkusSchiller
      @MarkusSchiller  7 หลายเดือนก่อน +2

      Believe me, I've been there. I know it's not a perfect solution, but it gets the job done in most of the cases. :-)

  • @wassim2k
    @wassim2k 3 หลายเดือนก่อน

    Flow checker error for the formula. Says correct to include a valid reference to 'select name' for the input parameters of action

    • @MarkusSchiller
      @MarkusSchiller  3 หลายเดือนก่อน

      @@wassim2k Well, what is the name of the action that you're referencing on and what is in your formula?

  • @timelliot8463
    @timelliot8463 6 หลายเดือนก่อน +2

    Yo! I.... Barely grasp the logic...
    you filter array A using values from Array B with condition saying does not include item()....
    item () - current item in each iteration of a looped action.
    So.....
    Filter array deep inside of its architecture is a loop? While combing through items of an array A,
    it checks if array B has it or not?
    Wow.
    Thank you. It's advanced.
    P.S.
    Didn't know you can filter something by using values from some other actions in the left operand of the condition...
    So... instead of conventional approach to filter array A, where items from array A are on the left and specific value on the right, we can use specific value on the left and items from array A on the right... Good to know!

    • @MarkusSchiller
      @MarkusSchiller  6 หลายเดือนก่อน +1

      Exactly, you can look if an item of Array A is in Array B. But both arrays need to have the same structure, so it's comparable. I'm happy if I can help