Trick: Easier CFL row reference

For power users

I found that we can generate the row reference string and copy paste that directly into a formula!

This could prevent tedious row searching with @

thisRow._ROW_KEY().Split(":").Let(x, Concatenate("@[_tu", x.nth(2), "/_ru", x.Nth(4), "]"))
12 Likes

Not only this is a nice feature itself but also a nice hidden formula I wasn’t aware!
Thanks for sharing!

1 Like