Can App Connect use hash in url instead of a URL parameter

Is it possible to execute App connect functions based on a simple hash in url like:

http://localhost:8008/index.html#apple

instead of having to have

http://localhost:8008/index.html?page=123

Say I want to show region based on the hash or maybe change values based on it.

Not sure if app connect browser 2 has this option…?

The browser control has indeed info about the hash and url - even url parts. So check the various data properties once you have it on the page.

1 Like