How to get a variable from a repeater (server-side)

How do I get a variable from within a repeater, on a higher level in that server action?

This is my setup:

image

I want to get {{action}} from repeater1 and {{gettype}} from repeater 2, into the variable “test” (bottom one).

I have tried {{repeat1.action}} and {{repeat1.repeat2.gettype}} but that produces null. Maybe it’s not possible because it’s a different level, but I still need to have this data separately to post something to my API destination.

I have also tried just selecting repeater1, but that outputs the entire repeat step. But I just need a few ones of the entire repeater.

Hope this makes sense

Edit: to clarify, lets say the repeater repeats 5 times. I then need an object with those 5 “rows”, in the highest level of the server action.

Community Page
Last updated: