How to convert a title variable to a filename

If i have a title variable that is “One Two Three” which module(s) would I use to convert it to “One-Two-Three.jpg”?

You can use the built-in function replace

e.g.:

{{ replace("One Two Three"; space; "-") }}

For more information, see Replace function in the Help Center

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

Partner & Custom Apps

samliewrequest private consultation

Join the Make unofficial Discord server!

2 Likes