Hi,
I have a flow that retrieves text from emails. This text is dynamic, meaning it could contain several lines, or no lines. See below for example. I just want to extract the link as is (not including the [ or ] characters). The output currently has several blank lines below the link, and the "View full incident details" above the link is sometimes "View 1 previous incident update" or "View # previous incident updates". Is there a way to only extract the link itself?

My current option would be to create IF statements searching the output for "Full incident details" , " Previous incident update" , and "previous incident updates" then trim based on that. But I think the must be a more efficient/easier solution.