Hi, everyone.
I would like to ask regarding Nintex Automation Cloud – Call a web service. I’m having an issue which is the form variables that have been called in HTTP Post Call a web service is not generated. Below is the process of what I did.
The Memo Key from above pic can be choose by the user if they clicked on Existing Form as Yes from the form.
Below is the HTTP Get that I did.
Below is what I did in the HTTP Post Web Service.
The “se_yes_no_1_XOiK0gHkE” is for Existing Form. I set it as True because the Memo is already been created.
And for “se_data_lookup_1_GZpqbs9TaH” is for Memo Key. It will be created as soon as the form is submitted in the Start Event: Form. The flow for the creation of the memo key is as below pic.
After the HTTP Post Web Service been triggered, new instance will be created and it supposed to go through the same workflow, but it doesn’t generate all of the form variables. You can see pics below.
But the form got every details that have been saved into database.
Is there any solution that I can do to solve this? Thank you.