Help with Tiny Url

Hi Guys,

Need to create a short url and was trying out Tiny URL. I have tried this so far but the short link is not displaying.

CONCATENATE("http://tinyurl.com/api-create.php?url=",[preurl])

This is how it is displaying:

http://tinyurl.com/api-create.php?url=https://www.appsheet.com/start/88888888-9999-AAAA-BBB-22277777...

when you click on the link it opens page with the Tiny URL:
https://tinyurl.com/y222tv333

1 1 10K
1 REPLY 1

I m not sure how Tiny URL is going to work, but it looks like

Is your API call to Tiny URL server with the various required params. Then you will get the API response and it bodies carries the โ€œtinyโ€ url as a result.

Appsheet is no way to display and present the response body of API calls (for now).

possible work around is you hide all the URL but present your prefered texts, using HYPERLINK() expression.

Top Labels in this Space