Images as Instagram URL

I know I can use a Temp Column to add “media/?size=l” to the end of the URL.
But, any suggestion on how to reconstruct this URL when they copy the link on Mobile?

For example, when I grab the URL on Desktop its fine:
https://www.instagram.com/p/CsWHjgMtXMu/

However, when I grab the same link on Mobile App its:
https://www.instagram.com/p/CsWHjgMtXMu/?igshid=MTc4MmM1YmI2Ng%3D%3D

I would like to dynamically eliminate the ?igshid=MTc4MmM1YmI2Ng%3D%3D as that link, nor adding “media/?size=l” to the end makes it work.

Solution: Found using the Get Part of URL → Pathname to work!

1 Like

Great :wink: