Hello,
I am just starting my journey with CoPilot Studios and am looking for a bit of assistance with the Connector action "Send an email notification (V3)". I have a small setup where someone can ask questions or do a "contact us" and it opens a form with 3 fields (name, phone, selection). When they click submit, it moves to a connector action with inputs for the To field, Subject (string), and Body (String). Currently, I have this formula set for Body (String):
"Name: " & Topic.name & "Phone: " & Topic.phone & "Selection: " & Topic.selection
The email notification shows as:
Name: Test1 Phone: 12345679 Selection: volunteering
How do I add line breaks so that the information doesn't all show as one line and would instead look more like this:
Name: Test1
Phone: 12345679
Selection: volunteering