Resolved! Doing a UI Script in Flow Designer
I am currently trying to see if a UI script could be executed within flow designer. This is the test script that I am using. if (document.location.pathname == '/builder') { console.log("here");} However, this is never triggering despite the state...
