Currently, I have a Repeating Group within the website which contains an Input Field. And on Updating the text in the input field the data will we added to the Custom State and its working perfectly fine. But when I want to update the specific input field data in the Repeating Group instead of updating the data present in the Custom State it is adding a new entry within the list.
Is there any way to remove the data that is present in the list with the updated text.
When I Change the text for that Input field i want only that previous data from the Custom State Should be updated.