Hi Kirsten,
There are 2 ways to do this - the simple way, or the elegant way. With 5 buttons, either choice is valid. If you had 10 or 30 buttons, I would recommend the elegant method - it uses some more advanced concepts (
tag lists and
for loops), but allows for one action to handle any number of objects. Here's a video for both methods, and you can decide which makes the most sense for your needs:
Simple way -
http://share.smartbuilder.com/public/support/button_group_simple.mp4Elegant way (using tag lists and for loops) -
http://share.smartbuilder.com/public/support/button_group_tag_list.mp4Hope that helps!