Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Stored Procedure - ['Table1'] is of type 'Null'

(1) ShareShare
ReportReport
Posted on by 14

Hi

 

I am successfully executing a stored proceedure via teh data gateway within a flow. it is returning a row of data which I am also successfully parsing from JSON to an object using the "Parse JSON" action.

 

The "Table1" field is showing as an array of objects 

{
 "Table1": [
 {
 "key1": 123,
 "key2": 456
 }
 ]
}

 

 

However when I try to iterate this array with an "Apply to each" action, the flow errors with:

"The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@body('Parse_JSON')?['ResultSets']?['Table1']' is of type 'Null'. The result must be a valid array."

 

I have tried array(body('Parse_JSON')?['ResultSets']?['Table1'])

 

I can see the data, how can I process it if flow believes "Table1" is null?sproc.png

  • Verified answer
    michaelwoodew Profile Picture
    14 on at
    Re: Stored Procedure - ['Table1'] is of type 'Null'

    Thanks @v-bacao-msft 

    Your suggestion pointed me to a working work-around. 

     

    I'm passing ResultSet from the stored proceedure into an object var, then JSON Parsing that (aleady) object. The JSON Parse is so that I can provide it with a schema so that I can easily select the values in the foreach in later steps.

    ParseJson.jpg

     

    Thanks

  • Verified answer
    v-bacao-msft Profile Picture
    on at
    Re: Stored Procedure - ['Table1'] is of type 'Null'

    Hi @michaelwoodew ,

     

    You can try to store the content that needs to be configured in Content field in an Object variable, and then populate the variable in Content field.

     

    Best Regards,

  • michaelwoodew Profile Picture
    14 on at
    Re: Stored Procedure - ['Table1'] is of type 'Null'

    Hi @v-bacao-msft,

     

    Thanks for your guide, 

    I can confirm that the JSON Schema is set Expecting the exact Table1 structure that the procedure returns and shows a successful output. 

     

    ParseJson.jpgParseJson2.jpg

  • v-bacao-msft Profile Picture
    on at
    Re: Stored Procedure - ['Table1'] is of type 'Null'

    Hi @michaelwoodew ,

     

    Please check whether Body of Execute stored procedure action contains property-Table1.

    Or check if Body of Parse JSON contains Table1 property.

     

    Parse JSON is suitable for parsing JSON data with fixed properties. The properties name is not dynamically changed.

     

    For example, the following data is used to generate Schema, but the parsed content does not contain Table1 at the end, so there will be problems when referring.

    {
     "Table1": [
     {
     "key1": 123,
     "key2": 456
     }
     ]
    }

    Image reference:

    13.PNG14.PNG

     

    Best Regards,

  • yashag2255 Profile Picture
    24,442 Super User 2024 Season 1 on at
    Re: Stored Procedure - ['Table1'] is of type 'Null'

    Hi @michaelwoodew 

     

    Can you please share the following details:

    1. Schema that you are using the parse json action

    2. A screenshot of what you are getting in the run history of teh Parse JSON action. 

     

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,618 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,957 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow