What is your goal?
I need to capture the first line of a facebook post to have it as the title on a wordpress post.
What is the problem?
I have all the connections made but the set value is not capturing just the first line.
What have you tried so far?
I have asked AI for help and it spits out numerous options but none of them seem to get just the first line capture. It will either post the entire message as the title, or the array string as the title into wordpress.
Welcome to the Make community!
To do this, you can use these built-in functions:
These functions may have also been covered in the Make Academy tutorials — refer to the Make Academy Course Overview to learn more.
Here’s an example of how you can use these functions together:
{{ first(split(1.text; newline)) }}
Make Input Markup: Copy-paste the above into the field, including start/end curly brackets for it to import as intended 
I’d recommend going through the Make Academy if you haven’t yet!
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 —
Learn Make
How-Tos
Useful to Know
Hope this helps! If you are still having trouble, please provide more details.
— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!