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.

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.

[Go to another view within the app stopped working, LINKTOROW bug?](https://community.appsheet.com/t/go-to-another-view-within-the-app-stopped-working-linktorow-bug/58136) Questions

Hi all, Super confused here, my basic action to navigate to a dashboard view based on the key column has stopped working, as can be seen in the GIF the navigation actions initially works but then switches to order 1 (top row of spreadsheet) after the action completes Just wondering if this is a bug others are seeing or if i have gone and changed something, I have checked the key column and it is correct. I’m unsure how to debug this problem it has me baffled Any suggestions would be great, th…

2 Likes

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

1 Like