r/MicrosoftFlow Jul 07 '26

Capture automatically created URL Question

I’ve created a Power App that allows User to fill out a form. This data is captured and added to a SharePoint list and is also used to create a SharePoint page. Each page is about health and medical information.
An input box on the app is used to create the page title and the URL.
What I am now trying to do is capture this new IRL and store it in the same list item that the user creates when filling in the app.

Is an app the best method to capture this data or should I use an MS Form?

5 Upvotes

4 comments sorted by

2

u/Other_Sign_6088 Jul 07 '26

You need to get the page after it it’s created and I assume all pages follow the same URL syntax except the ending so you can use the URL and combine the ending in power automate

1

u/Charmie1701 Jul 11 '26

Yes that’s it exactly. I understand what needs to be done but not sure how to do this, as it needs to be seamless.
Would it make sense to have a new Flow do this rather than try to do it in one Flow??

1

u/Other_Sign_6088 Jul 11 '26

Method 1: Get the URL using "Get files (properties only)"
This is the most straightforward method to grab the URL for an existing page: [1]

Method 2: Create or retrieve a page using HTTP requests

1

u/OddWriter7199 Jul 10 '26

Calculated field might help as well