if you’re not comfortable with regex, use Split String split the string by the / character, then use Fetch From Right to get the part after the = in ipolid=123456 or use Split String again splitting on the =
there are probably many many other ways to do this too including using the builtin Evaluate to use python split or regex functions directly, but the string library is a nice easy to read solution.