Parse JSON objects in power automate and save data in Excel

Sdílet
Vložit
  • čas přidán 15. 10. 2021
  • This video is to demonstrate, how we can create or parse an array of objects/json using expression and save parsed data to excel.
    You could save it to any data destination like SharePoint list etc kindly comment if you want a video on different data sources.
    Covert any data to a table in excel: • Excel import to sharep...
    #powerautomate #excel #expression #corporateprogramming
    kindly Subscribe!
    Blog: corporateprogramming.blogspot...
  • Věda a technologie

Komentáře • 22

  • @isadoraaca1560
    @isadoraaca1560 Před rokem +1

    amazing content...looked all over the internet for this!

  • @edupy2719
    @edupy2719 Před rokem

    Excellent video brother!

  • @sergiohilario426
    @sergiohilario426 Před 11 měsíci

    thank you so much, you are life saver

  • @RowDogSA
    @RowDogSA Před 5 měsíci

    Thank you. Great video.

  • @thuraiit
    @thuraiit Před 2 měsíci +1

    Thank you

  • @kns4945
    @kns4945 Před 8 měsíci

    Hey can I process all the json data to excel table without using apply to each because apply to each can only process 5000 records and its slow sometimes to process all the records, so is there anyway that i can pass all the records without using apply to each ?

  • @rajanvadakkepat
    @rajanvadakkepat Před rokem

    How to write flow steps for scheduled email reminder notification on due date filter out from excel data in a SharePoint

  • @kaiyao5135
    @kaiyao5135 Před 10 měsíci +1

    hi, mate. thanks so much for this video! as a beginner, i still find a little difficult to write the express like "item()..." and confuse with the format.... so it seems if we paste the schema in 'parse json', we can directly use phone, itemname, city.. is that correct?

  • @abiabi2163
    @abiabi2163 Před rokem +2

    Please make video to import json data into SharePoint list .🥲plz

    • @corporateprogramming
      @corporateprogramming  Před rokem

      Video has been uploaded for the same!
      Import JSON Data to a sharepoint list using power automate flow
      czcams.com/video/d8DtIM0RmAE/video.html

  • @ManojKumar-zn2gf
    @ManojKumar-zn2gf Před 11 měsíci

    Can you help me in parsing the HTTP response in JSON format into excel workbook file

    • @corporateprogramming
      @corporateprogramming  Před 10 měsíci

      Earlier uploaded a video on similar use case: Simplify JSON Data Import to SharePoint list with Power Automate
      czcams.com/video/d8DtIM0RmAE/video.html

  • @bryankendig3989
    @bryankendig3989 Před rokem

    How would this change if the source array were to be replaced by "List Rows Present in a Table"

  • @AjayKumar-yu3qx
    @AjayKumar-yu3qx Před rokem

    how can i get excel data as json by calling power automate through api?

    • @corporateprogramming
      @corporateprogramming  Před rokem

      Ajay, You can use the "Excel - Get Rows" action to retrieve the rows of data from the spreadsheet, and then use the "Response" action to convert the data to JSON. You can also use the "HTTP" action to trigger the Power Automate flow using an API call.

    • @AjayKumar-yu3qx
      @AjayKumar-yu3qx Před rokem

      @@corporateprogramming can you please make a video or notes for same?