@jwadec -
Very helpful. So far I've recreated a few of our macros using the basic RPA features within Power Automate (see below). For example, this here uses a csv input of assignment urls where we want to search for a string of text (Employment Trends) within the description html and replace it with new text (for fun... 'Bee bop buh bee bop'). This can be used for broken links, video embeds, other strings of text, titles, headings, the entire page of HTML, etc. I've highlighted the two items I had questions for: looping and a find/ replace capability. These are both working without flaw.
The one challenge I've observed is that it is sometimes difficult to select the correct object in the user interface. This is partly due to the button id's having variable alphanumerical id's. But I am finding that with persistence I can find the right combination of UI elements to select.
I will be planning next steps and that will include exploration of the provided connector, api, and creation of a flow request via form input.
Again, many thanks for sharing! This is next level stuff.
--------
Power Automate - find and replace