Hi @robinl39529461 ,You should be able to achieve this by nesting get_url_query_str and map_get_values functions like below,map_get_values(get_url_query_str("https://example.com?test=1&account=bitmap&step=abc","retain"),"account")Here are the results for two strings you tested,