Is there a way to only return the first line of a multi-line text field in an automation rule using smart values?
Hi @Mathew Lederman,
You can use the split function for that. Here’s an example that returns the first line of the Description field:
{{description.split("\n").first}}
Hope this helps!
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.