Skip to main content
August 24, 2022
Question

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

  • August 24, 2022
  • 26 replies
  • 0 views

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,

    26 replies

    stefanhelzle0001
    Brainy
    August 24, 2022

    Please check that all field store their values to rule inputs, and that these are assigned to process variables.

    August 24, 2022

    Thanks a lot for response,

    yes I checked each of the fields, they are storing their values and save into values.

    I checked also on the document center, I found this below text, mentioning that when the value is null, the text input becomes blank. but this is not the case. each field has its own configuration with the value and save into fields configured.

    " Now, when you click away from the text input, the text input becomes blank. This is because the value of the component is hard-coded to null. Notice, though, the character count was updated. That's because the variable has the correct data " 

    August 25, 2022

    This is the sub-interface. Could you please show us the snapshot from the main interface instead of the sub-interface. As they mentioned, from the main interface they are providing null value into value configuration.

    aparajitas0002
    August 24, 2022

    Try testing the interface itself. I believe this might be because rule input is not added in the save into parameter of components or the added input is a different variable/input than the one provided in value parameter.

    August 25, 2022

    Make sure you are assigning the rule input values to process variables use above screenshot for reference.

    August 25, 2022

    Thanks a lot for your reply,

    Yes, I tried what you had suggested, the input text is ok now, but when I refresh to check if the information went through the process I get stuck again.

    These are my variable in the start form:

    I noticed, in the screenshot you shared, the value for the rule input vehicle only reads vehicle. 

    when I use the expression editor to write = pv!vehicle. this is what I get. 

    this is the error I get when I refresh to update the process flow

    August 25, 2022

    The variable value which you are trying to insert into DB is Null. Please check the process variable value.