I have a page with several input elements at the top along with a save buton, and a repeating group down below which lists the records as they are added from above. All my data is transferred through the sql connector. In the repeating cells, there is also an icon which is used to delete the records upon click. Here is the issue…
When a record is added, it immediately adds the record to the repeating group through the save button workflow… also, as the icon to delete is clicked it also deletes the records from showing in the repeating group as well… However, at the top of the page there is a text element which is used to display the record count from the repeating group listing…
In both these cases: when the save button is clicked or the delete icon is clicked, the count text does not immediately update. Only after I refresh the page does it show the new count correctly. How can I get it to update along with the two button/icon clicks?