Hi everyone. I'm with a problem with a property returned from a a!queryProcessAnalytics from a Report.
The Report returns this data:
And I have a problem with a dp0 field that is mentioned on the column configs as the task details:
I get that field in this way:
And I put all that data in a grid on an interface, but sometimes I get this error:
And I show it like this on the interface:
Thanks for everyone who can help me with this problem!
Discussion posts and replies are publicly visible
As the error message indicates, one of the IDs in the list indicated is duplicated. I suggest you do some further debugging of your queryProcessAnalytics call in an Expression Rule editor in order to do the necessary refinements to your report.
I inspected everything that was returned from the report and found that there is only one repeated Id, the problem is that I don't know where that Id belongs to
May be remove all links from process report keep one by one and see which column id is taken as identifier?