This feels like a pretty basic question that I cannot resolve. However, I am new to this also.
I'm reading through a set of files on a network share.
I'm parsing those files based on a delimiter to get an ID from the file name.
I'm searching in a web app for that ID and clicking on the result.
The URL changes to include the internal ID (different than mine).
The Flow fails to click on an Anchor. It cannot find it despite all my efforts.
However, if I could just append /Integrations to the current URL I would have a good work around.
But I cannot for the life of me determine how to extract the current URL from the %Browser% instance.