web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Power Automate Flow No...
Power Automate
Answered

Power Automate Flow Not Passing Parameter in Data Factory Pipeline

(0) ShareShare
ReportReport
Posted on by

I'm following this tutorial Link . In Step 4 it mentions the JSON format of Parameters in the Create Pipeline Run action but in my case I'm using STRING not OBJECT. Here's the whole contents of the FLOW

 

PowerApp1.JPG

 

These are now the parameters I have in my Pipeline.

PowerApp2.JPGPowerApp4.JPG

 

Here's the whole code I have for my parameter in Power Automate

{
 "inputs": {
 "variables": [
 {
 "name": "Database",
 "type": "String",
 "value": @{triggerBody()['text_1']}
 },
 {
 "name": "CreateDate",
 "type": "String",
 "value": @{triggerBody()['text']}
 },
 {
 "name": "RequirementId",
 "type": "String",
 "value": @{triggerBody()['text_2']}
 },
 {
 "name": "PolicyNumber",
 "type": "String",
 "value": @{triggerBody()['text_3']}
 },
 {
 "name": "StateOfIssue",
 "type": "String",
 "value": @{triggerBody()['text_4']}
 },
 {
 "name": "RequirementStatus",
 "type": "String",
 "value": @{triggerBody()['text_5']}
 },
 {
 "name": "CaseStatus",
 "type": "String",
 "value": @{triggerBody()['text_6']}
 },
 {
 "name": "ParamType",
 "type": "String",
 "value": @{triggerBody()['text_7']}
 },
 {
 "name": "SalesSource",
 "type": "String",
 "value": @{triggerBody()['text_8']}
 },
 {
 "name": "UnderwritingPathCategory",
 "type": "String",
 "value": @{triggerBody()['text_9']}
 }
 ]
 }
}

 

When my Power Apps trigger the Power Automate flow, the Database and CreateDate has a value when I check the RUN HISTORY in Power Automate.

 

PowerApp3.JPG

 

When I check the Monitor and Pipeline Run in Azure Data Factory these values are null. I created a variable in ADF named DBName then use an activity to set it to value of the Database Parameter sent by Power Automate.

PowerApp5.JPG

 

PowerApp6.JPG

 

I'm not sure If I missed something or if my JSON format in Create Pipeline run is correct? Really appreciate anyone who has some input about this. Thanks in advance!

Categories:
I have the same question (0)
  • Verified answer
    RobotRising Profile Picture
    402 on at

    I think you have to pass that as an object, not as a string: Solved: create a pipeline run with parameters - Power Platform Community (microsoft.com)

     



    --------------------------------------------------------------------
    🌟 If I have helped give me a thumbs up! 👍
    If I have answered your question, please mark it as solved

  • RazenC Profile Picture
    on at

    Got it. Saw the link. How to convert the string value to object just like what was mentioned in the link? 

  • RobotRising Profile Picture
    402 on at

    You can use the json() function to turn a string into an object: Solved: Convert string to object - Power Platform Community (microsoft.com)

     



    --------------------------------------------------------------------
    🌟 If I have helped give me a thumbs up! 👍
    If I have answered your question, please mark it as solved

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 241 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 179

#3
Haque Profile Picture

Haque 159

Last 30 days Overall leaderboard