clearChangeset() only clears the first table in a ListView Component

Hey guys, i am using an editable table in a list view component, and when i finish my logic and want to clear the changeset the only table that is cleared is the first one. Does anyone had this problem before? if yes, how did you solve it?

@Tess Does you know how to solve this?

Hello! I don't think there is access to the child components for the new List View, yet. You may need to save each table's changes per item/row in the view either with the Save Action event on the table or another interactive component like a button to trigger the refresh.

1 Like

The new listview doesn't support calling table api's on certain list items yet :disappointed:

1 Like