Sign in to join the conversation:
I was wondering if there is a way to combine 2 columns together when you send an actual email from a row to have everything on one line rather than 2?
Hello,
There currently isn't a way to combine them in the email, you'll want to do this in your sheet.
You can do this by creating a third column, then using a JOIN function to connect the text together with a delimiter (such as a space or dash).
Then when you send the email (or in your automated notifications), include that new column instead of the two separate ones
Details on JOIN.
Details on sending email from Smartsheet.
More information on automated notifications.
Good day @Shaine Greenwood - I used this function as follows but received a INCORRECT ARGUMENT error:
=JOIN([First Name (as per passport)]@row; [Last Name (as per passport)]@row; " ")
Hi @Nats.Rudy
You'll want to use a colon between the two cell references. Try this:
=JOIN([First Name (as per passport)]@row:[Last Name (as per passport)]@row; " ")
Cheers,
Genevieve
Hi All, We have several update automations on various solutions - and have worked very well for getting info from people that dont have smartsheet access - how ever in Sept we switched over to SSO and MFA and activated the Safe Share - We have now run into an issue that when our update automations trigger and people within…
I am trying to send non-Smartsheets users information on forms. I know I can create a publicly accessible and editable link for the overall sheet/form, however, when I set up automated emails with links to the forms, the links to sheets/rows still require a login. Is there any way to get around it so that emails sent…
This discussion was created from comments split from: Generate documents from row data.