@DeathGates cookies I think
Get URL PARTS only
-
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]