How to make Row in repeating group clickable

Hi, I have a repeating group that pulls nested data from api. The repeating group has a repeating group (to get nested data) and a group (to get not nested data)

API has data formatted as so:

Updated_at: x
Total Emissions: y
Price: z
Slices: [
bunch of other nested datas
]

The Repeating group has the slices data (necessary for format) and the group has the price.

How do I make each whole row clickable to get all data within both the repeating group and the and make a thing from it? Main issue is that when I click the repeating group to make a thing I cannot put the price as a field.

Any questions are welcome. Trying to figure it out now!

1 Like

Good night @anon31591471 how are you? your case may be different than what I imagine here. but if that’s what I’m thinking you should just wrap all the data in the row in just one group. The workflow action will refer to the click on that group.

1 Like

Yes, thanks @adrianonascentes! I have tried that, but unfortunately the way that bubble reads the nested API data means that the parent RG wont display data unless I put the nested data in a sub RG and the price within a sub group (both within the parent RG). Do you have any other Ideas?