Hi @jmbolfing, If I understand your issue correctly, it might be an order of operations issue. Have you checked when this extension loads? Load rules should all be loading to the page, but do so after the data layer evaluates. Extensions can be set to evaluate before or after the load rules. In this case, if you have a variable in the UDO called "country", for example, and the load rule is "if country is Brazil", the currency extension to convert US dollars to Brazil Real relies on that data being available, so the extension would need to evaluate "after load rules". Let me know if that helps or if I've misunderstood your question! Best, Kayleigh
... View more