What are you trying to achieve?
Hi everyone,
I’m trying to build a scenario where the Trello card name is generated automatically from two fields:
From Street line 1:
• If the line contains a house number (e.g. “123 High St.”) → return only the number (“123”).
• If there is no number, take the first letter of each word, capitalised (e.g. “Home Sweet Home” → “HSH”).
From Customer’s Name:
• Return only the initials, capitalised (e.g. “John Causbe Cowgirl” → “JCC”).
Ideally, the final Trello card name would combine these two values (e.g. “123, JCC”).
Is it possible to achieve this using Make.com’s built-in functions?
Any examples, formulas or code snippets would be hugely appreciated!
Thank you ![]()
Steps taken so far
I’ve already tried the built-in AI tools (AI, GPT, Gemini), but the code they generate doesn’t work.