Creating Anchor Links

Does Retool support the use of anchor links to allow a link to a specific part of page?

@tomm You could try using scrollIntoView there's a few examples in the forum if you search...

Was working with someone on this recently, don't think there's a great native way to do this yet. One workaround could be to add a quick custom component to the app that has top-level navigation enabled for it read the # value and have the page scroll to the retool-widget-COMPONENT_NAME HTML element.

The specifics of getting the hash parameter and HTML element will vary, but the general idea should work.