@PeCour
When you complete/submit the form, the workflow should continue from the Wait For Form Task activity and the datatable (marked as in/out var) should have the updated value from the submitted data.
What do you see when you open the complete form action in ActionCenter? Do you see that the updated in the UI?
@paras.gera thanks for the answer. When I submit the data and start the process (in studio - since I am testing) the workflow continues after the wait for form task activity.
Thats right but the values from the submitted date do not change. Does it only work unattended?
I have attached an example that I did for updating data in a table.
I have used a Create Form Task, GenerateInputFields is checked and in FormData is my data table. Column of the table in the form should have the same names as the columns in the table.
I am testing in attended mode. Studio waits for me to complete the task in UiPath Orchestrator and after is submitted there I just press Resume in UiPath Studio and data table is updated with expected data.
Regarding the execution, it works for me (latest screenshot).
But my data table is not updated with the expected date.
What I didn’t use until now was GenerateInpudFields. This is the only difference I had. But when I select the checkmark my form is adjusted. Shall I leave the newly created boxes in my form? Is this maybe the difference?
Following was the error:
I didn’t use “GenerateInputFields” to create the data table field in forms. Adding the check mark later on, didn’t work for the same argument.
Solution:
i) I deleted the data table argument.
ii) Checked the check mark “GenerateInputFields”
iii) Deleted all fields I didn’t need. Adjusted the data table field.
→ It works. Sounds like a bug for me.
@PeCour
Was trying to open the zip you had attached.
Doesn’t seem to have the .xaml & the .json and other project files.
If you could please re-attach it, I’ll be able to check what was wrong earlier. I
If it was a bug, we’ll fix it