I have a repeating group that lists several options from an option set. What I would like to do, is once a user clicks on the option set item, it takes the user to a specific blog article ( which has a slug).
How can I link the option set item to the blog article?
On click of the RG cell you can navigate to your blog page by sending a unique id of the blog. Make the blog page type as blog.
You can use conditionals in workflow.
So, send blog 1’s unique id only when option set value is 1.
Similarly, you can add actions in the same Workflow for all option sets.
Alternatively, you can also send a parameter in url to your blog page and use the value of this parameter as well on your blog page