Change page dynamic by array

Hello community!

I made an array for the main menu. This array contains page names and links to them. How to make a formula for the page change workflow so that when clicking on a list item, the user goes to a unique page address inside Weweb?

I think that you should be able to add an OnClick WorkFlow to the list/container and use the Change Page action. With Change Page you can add parameters, and open in the current or new tab.
When binding to the list you should get ‘item’ which is the currently clicked item.
Please also change the cursor so that your uses know that they can click on the elements.

Thank you! I will try