Use Open Browser with a Variable URL:
store the base URL in a variable and concatenate the dynamic part:
Like below, pls change accordingly,
baseUrl = “https://app1.comarb.gob.ar/siferewebconsultas/”
fullUrl = baseUrl + dynamicPart
Then, pass fullUrl to the Open Browser activity.
If you found helpful mark as a solution.
Happy Automation