I have a component that has a Link property.
Within the component, I have a Workflow that Navigates to a page based on the Link property value.
I tried using the pageId
value of the Link object, which works in the sense it goes to the right page. However, the page requires a parameter.
I’ve set the parameter properly on the component instance.
So it seems to me I just can’t use the pageId
value.
So how do I actually use the Link object?

Anyone from the WeWeb team?
@aurelie @Joyce ?
@Broberto maybe you know how to use this?
DanielL
4
Hi @kanepaamauloa
Have you tried the Link to a page property instead of the ‘‘Navigate’’ action? Do you get the same issue?
1 Like
WOW! I still need to learn the IDE! That was it!
Thank you!
1 Like
FHEXL
6
Did you still use the click target parameter or do just assign the page to a each component using the link to page setting?