Stuck on the start form on the debugging process for the Acme exercise 8

Certified Associate Developer

Hi everyone,

Once I start the debugging process for testing, when I type the information on the form, the information disappears before I finish typing and submitting it. Does anyone have had this situation before?

is it a configuration issue on the object that triggers the form? 

Can you pls support.

Regards,

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Monica G Vela

    Hi Monica, I had mentioned this in my previous response as well. You can see that the column with header "Parameter?" has response as "No" for vehicle pv. This should be yes. Please update that and the variable would start showing up to be added to start form.

    You can see that you are able to give the "cancel" variable to the form but not the other two. This parameterized property is needed to get data when a process needs some input before initializing. It is also important for all your inputs on a start form. Not required for a regular user input task.

Children