Power Automate: Update single item in JSON array the RIGHT way | setProperty Add Property

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

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

  • @michaeldaniels8880
    @michaeldaniels8880 2 месяца назад +3

    This is very helpful. I don't know why doing the setProperty in the map was not registering with me despite having done it elsewhere in my process. Kind of a "duh" moment for me. Thanks for jogging my memory.

  • @OptimusFBA
    @OptimusFBA 7 месяцев назад +1

    This is great! Thank you!

    • @SeanAstro
      @SeanAstro 7 месяцев назад

      🎉 glad it helped!

  • @francomussocom
    @francomussocom 9 месяцев назад

    EPIC video, super helpful technique expertly yet clearly explained. Thanks!

    • @Untethered365
      @Untethered365  9 месяцев назад

      Thank you! Doing my what I can 😃

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

    Great video!

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

    Great video! Can you explain how to update 2 properties of array at once? it will be helpful. Thank you

    • @Untethered365
      @Untethered365  2 месяца назад

      You can try Union(), it can combine them potentially here.

  • @dineshn8477
    @dineshn8477 5 месяцев назад

    Wow.. its a nice technique of achieving it through addProperty() & removeProperty() functions.
    Is there any way to do the same thing within Canvas App?

    • @SeanAstro
      @SeanAstro 5 месяцев назад

      I'm sure there is! Charles Sexton is a great guy to follow who probably has something like this. I swore I saw it in one of his tutorials.

    • @dineshn8477
      @dineshn8477 5 месяцев назад

      @@SeanAstro unfortunately I couldn't find it, anyway thanks for your suggestion

  • @om3ga138
    @om3ga138 7 месяцев назад

    Anything for setting multiple properties the same way?

    • @Untethered365
      @Untethered365  7 месяцев назад

      I haven't found a straight forward way but once I do I'll make a video on it!

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

    Only challenge with the last shown method is arrays can store upto only 500 items

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

      Is that still the case? I have a Flow reaching 1.5K records in an Array with append. Documentation seems to say otherwise:
      learn.microsoft.com/en-us/power-automate/limits-and-config#concurrency-looping-and-debatching-limits

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

    Thank you, very helpful content. do you have a discord group to join?

    • @Untethered365
      @Untethered365  8 месяцев назад +1

      Hi! Close - I have this group
      www.untethered365.com/5-day-architect-accelerator
      Or connect with me on LinkedIn and I'll add you. LinkedIn/sean-astrakhan

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

      @@Untethered365 Sent you a connect on Linked-In. Thanks for the link checking out.

  • @Wzxxx
    @Wzxxx 7 месяцев назад

    Were can I find any GOOD basic training about this language and rules(why there is ? Etc)? Od expression. MS is the worst site one can study enything. I do some stuff intuitive but I need more control

    • @Untethered365
      @Untethered365  7 месяцев назад

      "?" Makes the property option while omitting it makes it required. Meaning if you do item()['email'] and the email property isn't there, it'll crash.
      Are you looking for free or paid training?