How to store data in temp state using listviews

@DavidS I did set up the "Row Keys" to the Listview component.

When you delete the Listview item, you can get the row number, so it's possible to remove the selected item from the temp store. Even if it's removed from temp store and Listview data, but the Listview component tries to delete the Last item only.

When there are only Text fields, we can update every list item values by setting default value from the temp store after deleting the one item, but there's File Dropzone field, we can't do, because you could not set the default value to the File field.