I have created a module where i have some list formatted line items and some number formatted line items (all as columns) along with a Numbered list with display name as 1,2,3,4,.....(manually given by us) to create a blank view for the end user to enter records in each row(for reference; see the below attachment). The end user will upload a file with the mapping of Index column(1,2,3,.....) and other columns to see the records in rows. Now, the end user wants to delete a record amongst all the uploaded records as well as remove the blank row that is left after removing the record from the row. If we provide an "Action button" for deletion of that index(numbered list), we can remove the empty row but it will affect the sequence of the numbers given as "Display Name Property" (for e.g: 1,2,3,4,5...... may become 1,2,4,5,7,.....). This will force a manual intervention to restore the sequence of the numbers by the modeler in the "Display Name Property" else the upload by the end user to the module view will fail for that particular index number. Is there any other way to handle this problem statement ? Attaching the screenshot of the view for the reference.
... View more