Repeating Group page navigation

I have a Thing (Job Details) that has a column (Job Role) with 4 values (Designer, Developer, Architect, Tester). I have created a repeating group and now these values are in my UI. My requirement is if user clicks on each value it should navigate to a different page (eg. clicking designer will open designer page). I have created workflows and mentioned have 4 separate actions under when where I used “Only When” option to navigate to different pages for 4 different clicks. The pages are not navigating. I can see the click function is working but just that the navigation is failing. Any help?

Use URL parameters to navigate:
Action: Go to page - Designer
Key: jobID - current cells jobdetails unique id
Only when Parent Group jobdetail’s jobrole is Designer
and so on.