Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Trouble using JavaScript to Update rows in a table through HTML dynamic content

Zack H.Jul 1 2024 — edited Jul 1 2024

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?

This post has been answered by InoL on Jul 2 2024
Jump to Answer
Comments
Post Details
Added on Jul 1 2024
10 comments
445 views