Am trying to build a workaround for the URL shortening for the details page in a tab and I have an interim solution that I can play around with ( with maybe a negligible delay ) using sheets.
But I need help with the last connecting step.
a. When I click on the share button I am writing a cell/column in my sheet with the link to screen value
b. I then compute and generate a shorter version of the URL ( I will explain this in a separate post ) and store it in another cell/column
c. I now want to take this new value from #b to be returned back to the app so that, it can be shared and thereby creating a seamless integration.
Is this possible? Especially step #C?
(All these until Glide natively supports URL shortening)
That would mean I would have to setup an integration with an external component which might also cost $$$. Something that can be done internally within Glide is what I was looking at.