CODE: Retrieve builder URL of Email Rules
Last Updated: 03/14/2025
Last updated
Was this helpful?
Last Updated: 03/14/2025
Last updated
Was this helpful?
If you need to determine where your email rules are located when building any knack application through the console without being a builder or signing in.
Original post:
This can be in any page of the application. For example - Arterial Management
Right-click web page - > Inspect
NOTE: If a warning shows up you may have to write allow pasting
if the browser console will not let you.
Scroll down to Array object and right click it - > Copy Object
From there, the list of URLS will be saved on your clipboard and you can put it in a spreadsheet or note document.
Navigate to Console tab - > Copy/Paste JS code below using the copy icon on top right of code block and press Enter