Should I be able to set a page param from within a nested component (e.g. a navigation sidebar)? I'm pretty sure I used to see the URL actions, but nothing is showing unless I'm on the top level page component.
Lucas G
2 months ago
No you have to create a workflow and expose it via context to change path params from other places
Components don’t “know” where they’ll be used so they can’t have that info in them
👍1
Danny
2 months ago
That’s what I figured. I actually did exactly that but it seems like my workflow isn’t being called even though I’ve subscribed to the context. I’ll have to mess around with it some more and see if I missed something.
Lucas G
2 months ago
If the workflow uses workflow inputs to set the path values it should work 🤔