Hello,
I have an application that adds a new record to the list using Icon on OnSelect.
OnSelect:
Set(varRespond, Slide14Addrow.Run(
CountRows(ev_List_Sharepoint_MilestonTopIssue) + 1,
"KXEO-01700"
));
But in the photo, as you can see, I also have a "X" to delete records, how can I do it (it can also be done using flow) so that these records are recalculated and show the rows in the POS column anew, i.e. when I delete 1, row 2 becomes 1.
Thanks !