How to Capture data in an URL as an attribute

Hi everybody,

I’m trying to capture some data from this url:
https://prodn02.mymobilitysetnral.com/login.agi?userName=DOoltosho%40Wireless.com&partnerAdminId=PAID%3A%3A02F1F67D-D819-88A8-35D7-F8F8514B40BA&fromPartnerAdminPortal=true

I want to capture only the company name: Wireless
Company name can change for different URL

Can somebody help please

Thank you

Hey @Prog

Well i have already posted one solution before on the forum which parses parameters from passed URL string.
So suppose in your URL string userName parameter is containing DOoltosho@Wireless.com value and same like others.

if you want particular text even after perform string manipulation how you want it

Sample as per your Url: - How to Capture data in an URL as an attribute.xaml (8.2 KB)

Output will be: -

Regards…!!
Aksh

1 Like

Hi @Prog,

If you using the same user in next login in should work this:
companyNameURL.zip (2,1 KB)

Please test it and if dosent work send me some example of url then i cach changes in pattern.

Regards,
@fudi5

1 Like

Thank you very much @fudi5

1 Like

If u need change it just write to me.

Regards,
@fudi5