Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Calling a flow from custom button in portal and pass the inserted form field values by onclick event of submit button

(0) ShareShare
ReportReport
Posted on by

Hi!

I have a requirement where I need to pass inserted form field values by the onclick event of the submit button to a http Flow.

 

Since I need to create a validation based on inserted values - return it to the portal and display a custom message based on the outcome.

 

Could anyone assist me with the javascript function, I got this from another post:

 

function sendFlowRequest(formContext)
{
  var CJGuid = formContext.data.entity.getId();
  CJGuid = CJGuid.replace(/[{}]/g,"");
  parent.$.ajax
  ({
type: "POST",
url: "**FLOW URL HERE**",
contentType: 'application/json',
data: JSON.stringify({"CJGuid" : CJGuid}),
    success: function ()
    {
alert("success");
 
    }
});
}
 
How do I adapt the javascript to send the emailadress, first name & last name values of the form fields to the flow?
THANKS!

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,601 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,942 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow