Trying to create a link in my tasks tempo report using processTaskLink.

We are trying to create a link(to open task) in my tasks tempo report using processTaskLink. But when we click on the link it was not opening the task. When we click on the link the request is going to the task (xxxx:9201/.../4325). But before displaying the task itself its getting redirected to the my tasks report. I am attaching the SAIL code below. We are using Appian 7.4.
Can some one point what could be the issue.

a!gridTextColumn(
label: local!datasubset.columns[1].label,
field: local!datasubset.columns[1].field,
data: if(
local!datasubset.totalCount=0,
{},
local!datasubset.data[1].cells.value
),
                     links: apply(
a!processTaskLink(label: _, task: _),
merge(
local!datasubset.data[1].cells.value,
local!datasubset.data[1].cells.drilldown
)
),
alignment: local!datas...

OriginalPostID-113029

OriginalPostID-113029

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data