SPA nav with Data to send sends 'index' key words

Hey,
I have an issue with creating SPA navigation.
First of all, I have a small app with just one page, index page.
The requirement I have is to have SPA but with dynamic url.
So I my case the urls have to look like this:
/create
/signup
/about
This is why send more parameters doesn’t seem to be an option, as I cannot have a key - value pair. Just the value.

From my reusable header I’m I have a workflow that navigates (to to page).
Destination: index.
Data to send: arbitrary text. Here I type what I need, eg. ‘create’.

However, what is does it creates url: /index/createTale
It cannot be with index.

Could you tell me where does that come from and how to solve this issue?

Kind regards

If the page has a datatype then it will automatically contain “index” in the url.

You can’t have key value pairs but you can still send additional paths to the url. For example, your url can look like: domain.com/profile/user/stats

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.