ListView field does not appear in form.data

Hey there,
I'm in the process of building an interface to update user information in a database. The addresses are in an array because they may have multiple addresses we need to keep record on.

However when I'm trying to calculate the differences, the addressList ListView does not appear in the form.data. Is this by design or a bug?

See screenshots;



As you can see, despite the ListView being inside the form component it's not being picked up. I've tested this with basic text inputs and is updated correctly.

Hi @jmac Thanks for reaching out! This is something we haven't built out for the new list view yet (it's in progress though).

For the time being, you can use the legacy list view, which is accessible from the form data. We don't have plans to remove the legacy list view