Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.

How to isolate a specific url parameter from my query string

Avatar

Level 3

Hi, 
In the mapping of my datastream, I want to isolate the value of a specific url parameter.
Example: from "test=1&account=bitmap&step=abc", I want to map as output the value of account, so 'bitmap' in this case.

 

I did it this way based on this doc and it works:

robinl39529461_0-1734096834481.png

 

But I have also unwished value if the parameter contains 'account=', not only equals 'account='

Example:

robinl39529461_1-1734096973839.png

Output should be null because the parameter name is 'IDaccount=' and not 'account='.

Any idea how I can fix this ?

Thanks

 

Robin

 



0 Replies