Badly formed hexadecimal UUID string on create record

Hello!

I’m using a create form, and it looks like I have the IDs set correctly but when I try to save a record, I get this error:
Badly formed hexadecimal UUID string.

any ideas why?

I got past this error.

Solution (i think)
Not 100% sure what it was, but I only did two things:

  1. started using a global variable to set the parent id for the form
  2. For the form’s Save button → Submit action (see screen shot) I had to unset the values for a bunch of fields. They weren’t on the form but they appeared in the submit action “Specify Inputs” area and they showed “Incorrect value” for some reason.

Problem
I think this may have happened because I started with all fields on the form and then deleted them, but it looks like they didn’t get deleted from the “Specify Inputs” area for the action. You can see a sample of this in the screen shot for the field called “label” which is followed by “Incorrect value”

Thoughts
Not sure if it’s possible, but it would be helpful to know more details about the fields causing the issue in the error message:
eg. Form’s Contact ID field - bad hexadecimal UUID string

Loving Jet Admin so far.

Cheers!