Get URL detail page for each row

Hello there,

I’m trying to get the URL of the detail page in a column of my table. How could I do so? Or should I try another approach?

Here is the URL I’m trying to capture:

I’d like this URL above to be filled automatically in the table, thanks to a computed column, like below:

Context: I want to sync my Glide app to an e-commerce platform. On this platform, I want my team to be one click away from the detail page of a specific row. (my request would be “get URL detail page where RowID = xyz”). Trying to find a way how to find this specific URL.

Thanks a lot.

2 Likes

Excellent, it works like a charm. Thanks Darren.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.