Hiya! I’m sure this is a simple task but I’m a bit stuck. As you can see below, I’m building an app that lists a series of to do list items on the left (in a repeating group using an option set with options I’m calling the “header” and “subheader”).
I want someone to be able to click one of those items (cells) and for that click to trigger a box on the right to display more details about that specific to-do list item (what I’m calling the “body”).
Right now I’m only able to display the first item’s body text on the right and it’s showing at all times. I want the page to load and nothing to show, and then only for body text to show when a user clicks the corresponding cell
Any advice would be super appreciated!
Here is my current options setup.