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?
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 @Tess , I'm running into this same issue. Looks like the legacy list view has been deprecated but this problem still exists, any help/advice would be appreciated!
Thanks for checking in! We shipped instance values to help with this. Even though it isn't included in the form data yet, you can use the listViewName.instanceValues to track list inputs.