Issue with Editable Table Saving Updated Row Ids
Content
We followed the blog posts:
https://blogs.oracle.com/vbcs/editable-tables-in-visual-builder-the-oracle-jet-81-approach-v2
https://blogs.oracle.com/shay/editable-table-with-visual-builder-additional-tips
After completing the first blog, the editable table worked fine. The rows were being updated in the ADP and we were capturing the correct keys.
However, after adding the assign variable action as the first step in the TableBeforeRowEditEndChain, the key value coming into the chain no longer matches the rowdata coming into the chain. The reason is because when we tab from one row to the next, the TableBeforeRowEditChain is firing first on the next row and updateding our myRow variable BEFORE the TableBeforeRowEditEndChain is firing from the changes made to the first row.