Click event for multipage app not directing properly

I'm trying to set up a button that redirects to a specific page in a multipage app. Seems like a simple action, but the click directs me to the default page of the app along with an "Attempted to navigate to a page that does not exist" error. I've seen other posts about this "page does not exist" error being investigated, but I'm not sure if it's related to the incorrect page routing.

Screenshot is below of what my click event handler looks like on the button. Let me know if anymore info is needed to troubleshoot.
Screenshot 2024-09-11 at 12.36.38 PM

Edit since I can't seem to reply to a closed topic: @gonzalo seems like I don't have that option, perhaps because I'm trying to link to the page from a non-multipage app?

Anyway, I was able to find a work around by adding a Go to URL handler and linking directly to the app page URL.

Hi @eman31,

You can achieve your desired outcome by changing the Event Handler action from "Go to app" to "Go to page". Here's an example of how it should look:

Hope this helps! Let me know if you need more details.

1 Like

:white_check_mark:

1 Like