Hi Airtable community! I have a field in my table where I need a formula that outputs the name of a project Slack channel based on the name of the project. However, since Slack only allows for lowercase letters, underscores and dashes, the formula writing is a little complicated.
I need to convert all letters to lowercase, convert spaces to underscores, and not include anything that’s in parentheses.
For example, the project name is: FA22 Project Name / Project Detail (Project Subtitle)
And the output I need is: fa22_project_name_project_detail
Help is greatly appreciated!