Struggling writing data from Pro-code app to dataset (appending data)

Attached is part of my app project where I am writing out a row to my dataset upon submittion by the user.

Goal is to track the submission for use in reporting and other automations.

Row will be used in a workflow to fire off API requests and ultimately submit a Jira ticket for the user who submits this in a secure process.

Attaching:

  1. Manifest image
  2. App.js snippets
    1. Calling the datasets - Even went as far as hardcoding them
    2. Writing the output
  3. Postman - dataset schema
  4. Postman - Results from dataset creation
  5. Inspection Console Log for "Submit" function.

I am sure it is simple somewhere, but I am not finding how after days of beating on it.

manifest.png Postman - datset create.png app js image 1.png app js image 2.png console log on submit.png