How can I save the value from field to a process variable in a process start form?

Hi guys,

Consider the following scenario: i have one process start form with an upload file field. So, I created a process variable (as parameter) named "file" to save the value retrieved by the upload file field:

a!fileUploadField(
                              label: "",
                              target: ri!target,
                              value: pv!file,
                              saveInto: pv!file
                    )

However, the process variable "file" has always null value. Having a process start form how i can save the value from field to a process variable?

Best Regards

OriginalPostID-193224

OriginalPostID-193224

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data