LINKTOROW: Pointing to one fixed row (sometimes)

Hello,

I have my Items table which has a couple of columns.
Item Type
and Item ID

I have build a deeplink formula that should navigate to a detailed view:
IF([item_type]=“BuildingLights”,
LINKTOROW([item_id],“Building Light Dashboard”),"")

The [item_id] column value is equal to one of the Building Light key column.

This was working fine for the past days, but currently when I click on any row, its navigating to the first row of the table, instead of the corresponding row.

Here is a 2min video of the issue in action:

It’s really odd since sometimes it works, sometime it doesnt.

Thank you for any input.

Solved Solved
0 2 137
1 ACCEPTED SOLUTION

It sounds that you are navigating from one dashboard view to another. Under this scenario, you may wish to take a look at the below post.

View solution in original post

2 REPLIES 2

It sounds that you are navigating from one dashboard view to another. Under this scenario, you may wish to take a look at the below post.

Thanks, we just got the news that it’s working again.

Top Labels in this Space