Is there a way for Deluge to get the ID of a record submitted via insert into FORM_NAME

Is there a way for Deluge to get the ID of a record submitted via insert into FORM_NAME

Is there a way for Deluge to get the ID of a record submitted via insert into FORM_NAME? i.e. I have:
  1. insert into Work_Order
    [
    Added_User = zoho.loginuser
    Work_Order_ID = issueID
    ]
I'd like to get back the ID of the record created so I can use it in the rest of the script.

Thanks!
Brenden