But it really works and gives exact value you
were asking for. At least on my comp >
2021-08-11_173506.png
2021-08-11_173352.png
Hi, Please help.
I got a URL
https://www.xxxxxxxx.com/profilexxxxx/?keywords=&xxxxx=xxxxx&has_xxxxx=1&xxxxx_xxxxx=1&p=3
how can I get the "3" only after the p=?
Please any help? Im getting the FULL URL via Current URL button in BAS and storing it to a variable, now how can I split the FULL URL and only SAVE the "3" at the end?
Thank you
@stephenperry18, execute code
[[P]] = [[URL]].split("p=")[1]