Hi any one can help me on this issue which i have problem insert a dynamic value which is from previous database table value to pass to another table in Katalon.
Please find my information below:-
- This screenshot is ab.dbo.DOCUMENT table which DOCUMENT_ID is auto populate with value which mean it will appear random number by itself.
- Another screenshot is bc.dbo.DOCUMENT_IC table which i need to manually key in DOCUMENT_ID in the value base on on what it is given from ab.dbo.DOCUMENT table DOCUMENT_ID. Attached of a screenshot for bc.dbo.DOCUMENT_IC
In Katalon i am using a keyword to connect my database, insert query and close connection. I am aware of this step and able to connect to database with katalon. But i am not very sure how to pass a dynamic value from ab.dbo.DOCUMENT table DOCUMENT_ID which it can randomly appear a number value to bc.dbo.DOCUMENT_IC table DOCUMENT_ID which i need to manually key in a value base on the value given.
Below is my Katalon script:-
Hopefully someone can help me on this Thank you.