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.