Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

parse JSON error

(0) ShareShare
ReportReport
Posted on by 167

i am trying to take an outlook attachment, upload it to onedrive, create two excel tables from that file. I need to filter out blank rows from those two tables and then send an email for each record. I get the error below when trying to iterate through each record.

 

flow_1.jpgflow_2.jpgflow_3.jpgflow_4.jpgflow_5.jpgflow_6.jpgflow_7.jpg

  • amcneil32 Profile Picture
    167 on at
    Re: parse JSON error

    @abm , see below. The two filter array actions are looking at data similar to below. I use the filter array actions to filter out blanks rows from two excel online tables. I basically need to email each record to the email field shown for that record.

     

     

    Pro NumberDateEst Delivery DateOriginDestinationTermsBalanceResponsible AccountResponsible CustomerResponsible NameParticipant TypeResponsible Risk CodeResponsible AnalystEmail
    245714672022-05-052022-05-06JACNAAPrepaid394.641100Cust1ShipperCASH ONLYJohn Doecust1@email.com
    245714662022-05-052022-05-06JACOCAPrepaid328.762200Cust2ShipperCASH ONLYJane Doecust2@email.com
  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: parse JSON error

    Hi @amcneil32 

     

    Could you post a sample data?

     

    Thanks

  • amcneil32 Profile Picture
    167 on at
    Re: parse JSON error

    @abm , I used the same schema and the select action after the parse action threw this error still

     

    flow_8.jpgflow_9.jpg

  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: parse JSON error

    Hi @amcneil32 

     

    Based on the parse json I have used a sample data something like below.

     

    [
    {
    "Pro Number": "4444443",
    "Origin":"CHR4"
    },
    {
    "Pro Number": "4333",
    "Origin":"CHR6"
    }
    ]

     

    Below is the Schema I generated

     

    {
      "type""array",
      "items": {
        "type""object",
        "properties": {
          "Pro Number": {
            "type""string"
          },
          "Origin": {
            "type""string"
          }
        },
        "required": [
          "Pro Number",
          "Origin"
        ]
      }
    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1