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?