Hi. I'm creating a flow that works as the backend of my SharePoint site. Basically, whenever an item is added to this list, the flow is triggered. The flow first gathers the Title and ID of the new list item and sets the TeamID to be a concatenation of that information. (As seen below)

The flow then creates a folder for the new team and builds a homepage using a template.

This process is done for all of the other pages that will be linked in the homepage. All pages reside within the same folder.

^^^This is where my issue is. I can't seem to figure out how to dynamically access the ID of a page that I've created so that I can check it out and edit its information. Here you can see me manually entering the page's ID. By doing this I can edit the content within the page, but that's obviously not going to work more than a single time. Any ideas for how I can check out specific pages? This process is repeated for each page within the folder. After checking out, I go into the inner HTML and change the content, but as you can see accessing that page is also hardcoded. It needs to be dynamic for each new list item.
