Working on a custom navigation bar but I can’t use Repeat With and the actual “custom navigation” function since I need images, not icons, for my buttons.
That being said, I’m trying to wire each of the buttons up to open a specific page and it does not seem possible. I defined Page ID variables in the component properties but I cannot use those to feed an Open Page flow function. The Open Page flow function only allows the binding type of Page ID and I can’t assign them from within the composite component, so it seems like I’m stuck.
1 Like
Yeah, the only way is to connect one by one
I am making custom navigation side bar also.
How I dodged this limit is to copy an “open page” flow function element with correct page.id from outside of the Composite Component Editor. And then I paste the flow function element back into the Composite Component Editor. It saves a lot of time to make one universal side bar for many many pages.
Somehow it works fine so far. I will update you if there is any bug or something.
I know this post is too old but,
If someone is facing that same issue you can do this.
turn the “open page” in a flow function

Than you can set the parameter as you want. In my case I typed the page id directly as shown below.

It works.
1 Like