How can I add "https://"


I have a scenario where the first step is uploading a bunch of data and then sorting it into a sheet with specified columns, one of them being [Website]. Later in the scenario i use an HTTP module which throws an error when encountering websites without http. how can I add “https://” to the website text in the sorte data? I was thinking a filter:
Condition: [Website]
Text operators: equal to
https://[website]

You can add https:// in your website through SSL Certificate which provides mostly by domain and hosting services. Your website only contain http:// but for security you need to convert into https://

I am referring to adding https into a list of websites, not my own

Welcome to the Make community!

To do this, you can use the built-in function replace — “Replaces the search string with the new string.”

{{ replace (text; search string; replacement string) }}

For more information, the function’s documentation can be found in the Help Centre. You should also complete the tutorials in the Make Academy.

For more information, also see these similar questions by other community members, which may answer your question in further detail:

Do try to search this forum for existing answers, and also use the documentation in the Help Centre. You are likely to get to a solution faster this way and also help keep the forum organised. Thanks for your cooperation!

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew