Accessing repeater data

Hi, I implemented repeater on my form. I don't want to change my table column to json type so I was thinking of just iterate each value inside of the repeater data by using foreach and apply something on it before saving. How can I access stored repeater data?
Was this page helpful?