Problems with an unknown Report Property

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

Parents Reply
  • It is a Task Report. I don't think it have two simultaneous active tasks, the ones I saw didn't have. I think it maps a taskId because it's used for the link to go to the Task Details. As you can see in the third picture I sent before. Its strange that one of the duplicated taskId is from a completed task so why does it surge two times? I test some more things and an expression rule returning the data from the report showed one duplicated taskId but when I tried to find it on the actual report it just appear one time.
Children