Hi to all, I'm starting to learn ODI and I'm doing some tests. I would like to be able to replace part of a link with a parameter so that the result is the same. For example, given this link https://mysafeinfo.com/api/data?list=englishmonarchs&format=json I would like to make the link become https://mysafeinfo.com/api/data?list=#parameter&format=json but the latter works like the original. Does anyone know how I can do it? Or if there is something similar or a guide?