Hello!
Currently i’m experimenting with Actions center.
It seems to be a problem with the taskforms. I have previously used UiPath forms in attended robots where I can retrieve form data with the caption/title of the form-element. I cannot do the same thing with Taskforms since the data is structured like:
JObject(3) { JProperty(1) { [aaaaaa] }, JProperty(1) { [bbbbb] }, JProperty(1) { [True] } }
I need to retrieve the data by the element’s name… I also displayed a datatable in the taskform which turns the output into a complete mess.
Is there a better method to retrieve data from the task form?
Hey did you find a solution?
Hello,
No, I dont work with the action center right now.