I’m building an app where users need to input a URL that describes an offer. The URL is then sent to a Make.com scenario, where a scraper pulls the page content. The issue is that the scraper requires the URL to be correctly formatted with “https://”, and if users input an incorrectly formatted URL (e.g., just “www.example.com”), the scenario breaks.
I’m looking for a way to automatically add the “https://” prefix to URLs when it’s missing, so even if users don’t format the URL correctly, the app will adjust it before sending it to Make.com.
Can you suggest the most effective ways to do this in Glide?
Thank you very much!