Hi,
I'm building an automation flow for webform filling in Power Automate Desktop. One of the steps is to select a certain element and change the value. For example I want to select a radio button. So I add the browser automation step for selecting a radio button. In the settings I select an UI element. When I do this a UI element gets added but it uses a part of the URL (see screenshot).

I want to delete the "205&title=" part. Because the URL can be different each time it will run my for each loop. When I created this flow I could select and copy the select radio button step into a text editor and delete that part of the URL. Then select the whole code and copy in back into my flow as the select radio button step but without the certain URL part (see screenshot 2).

But now that doesnt seem to be possible anymore. Can anybody help me with this? To either get my previous copy and paste working again or to get the URL fixed in any other way.