Redirect parent window from Retool

Hey @alex-w. Thanks for the response, I do know about the utility. The issue is that when Retool is iframed, it just changes the window location of the iframe rather than the parent window. Normally I could use something like
window.top.location.href = "http://www.example.com";
to redirect the parent window but that does not appear to work with retool.