I have created a form using HTML that allows different item types (Select List, Text, Checkbox, Radio group, Date, etc.). To be displayed based on question type ID stored in a database table. What I am attempting to do now is update the row the data is stored in based on the values in the page item. The problem is that when I submit this I get an error
ERR-1002 Unable to find item ID for item "7051" in application "108".
Unexpected error, unable to find item name at application or page level.
The ID refers to the row in the table of the circled row in the table:

The value shown in the items are the correct values seen in the database. I have tried using a dynamic JavaScript action for a submit button but I seem to get the same error:

Any tips or advice?