Select to view content in your preferred language

Using Power Automate to collect a username in ExB?

196
3
02-17-2025 04:29 AM
David_Brooks
MVP Regular Contributor

Is it possible to set up a flow that will listen for a post request from an experience builder button? I would like to somehow set up a button that - when a user clicks it in a web experience - will send a post request to the listener containing the username of the user that clicked the button.

I don't know if this is possible, or if im using the correct terminology, but it seems like it should be feasible, or may require a custom widget, rather than just a simple button widget with a "Set Link" property pointing to a URL.

All advice gratefully received.


David
..Maps with no limits..
0 Kudos
3 Replies
CodyPatterson
MVP Regular Contributor

Hey @David_Brooks 

There is a way to do this! Using the "When an HTTP request is received" function shown here:

CodyPatterson_0-1739801067549.png

If you have a flow already created, you can add it under the Request actions:

CodyPatterson_1-1739801289481.png

This is at the bottom of the Instant Cloud Flow creator, this will wait for a post request and perform actions based on what was provided. You can parse the data using a JSON Parse cell as well.

Cody

0 Kudos
PaulBarton
Emerging Contributor

.

0 Kudos
David_Brooks
MVP Regular Contributor

thanks @CodyPatterson , but how do i set up the Button widget in ExB to send the https POST?


David
..Maps with no limits..
0 Kudos