How can I access the form data when each form component is inside a repeatable?

Hey @Nick_Michniok,

within your listView settings, there is a "Enable istance values" option:

image

When you check that, you'll be able to access your form's data within listView1.instanceValues

When you click on this option, try refreshing your page as it sometimes doesn't render the values automatically.

1 Like