Power Automate Flow How to: Parse JSON

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

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

  • @johnmitchell569
    @johnmitchell569 2 года назад +1

    Hi Matt, I know this is a couple of years down the line, but this video has just helped a noob (me) learn this function! Cheers mate!

  • @bradsbirds8502
    @bradsbirds8502 Год назад +1

    perfect video. gave me exactly what I needed and I understand this way better now. Love how easily I can apply this anywhere

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

    Thank you for the tip about generate schema based on sample!

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

    Hi Matt, did you ever do the follow up to this video? I don't see a video about how to use the output. Thank you.

  • @kashifhaque9452
    @kashifhaque9452 2 года назад

    Thanks, very helpful.. subbed!

  • @khainguyenn1803
    @khainguyenn1803 6 месяцев назад

    Can you help me how to using quote in String?. I 'm facing a problem: When the string had quotes, parse JSON will shown an invalid error

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

    The next step you can access the JSON with an expression. I didn't see the next video. I'd guess you could do something like this... Where the selectors in an expression could access the specific data... ?[index]?[subindex]?[fieldname]
    outputs('List_rows')?['body/value']?[0]?['email']

  • @MuhammadAli-vf1wd
    @MuhammadAli-vf1wd 4 года назад +4

    Link for the next video?

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

    Great content

  • @chennakeshavanaidunallapat27
    @chennakeshavanaidunallapat27 2 года назад

    How to use this parsejson input to then have an output ?i need video.could you plsshare it?

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

    could this be used somehow to parse out the 'title' from the JSON that is used to send MessageCards to Teams?

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

      Hi Steven, theoretically yes, I don't know about the specifics but if you can pass JSON in, this can parse it and allow you to get the data out.

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

    thank you

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

    wheres the next video??

  • @CigarDoug
    @CigarDoug 2 года назад +1

    I'm not sure why he never provided a link to the second video, but I do believe this is it: ruclips.net/video/Rlda2kC83_E/видео.html

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

    no link to the next video... people want to know how to use the output.

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

    how to convert it to become a string value
    For example for the Name:
    Dean, Keith

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

      Hi, could use the output as dynamic content, but if you are trying to manipulate and split this, you will need to use some other functions as well.