Displaying the value of a list column in a workflow email?
up vote
3
down vote
favorite
I currently have a list workflow configured to send users an email based on some conditions.
Within this email, I'd like the title of the list item to display to the user so they know what the email is referring to.
I've read elsewhere that you can use something like this in your email's body of text:
[%Current Item: Title%]
In theory, this should retrieve the title value and display it in the email. However, the email is simply displaying this piece of code as plain text and not retrieving anything.
Would be grateful for anyone's help.
sharepoint-online sharepoint-designer workflow designer-workflow email
New contributor
add a comment |
up vote
3
down vote
favorite
I currently have a list workflow configured to send users an email based on some conditions.
Within this email, I'd like the title of the list item to display to the user so they know what the email is referring to.
I've read elsewhere that you can use something like this in your email's body of text:
[%Current Item: Title%]
In theory, this should retrieve the title value and display it in the email. However, the email is simply displaying this piece of code as plain text and not retrieving anything.
Would be grateful for anyone's help.
sharepoint-online sharepoint-designer workflow designer-workflow email
New contributor
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I currently have a list workflow configured to send users an email based on some conditions.
Within this email, I'd like the title of the list item to display to the user so they know what the email is referring to.
I've read elsewhere that you can use something like this in your email's body of text:
[%Current Item: Title%]
In theory, this should retrieve the title value and display it in the email. However, the email is simply displaying this piece of code as plain text and not retrieving anything.
Would be grateful for anyone's help.
sharepoint-online sharepoint-designer workflow designer-workflow email
New contributor
I currently have a list workflow configured to send users an email based on some conditions.
Within this email, I'd like the title of the list item to display to the user so they know what the email is referring to.
I've read elsewhere that you can use something like this in your email's body of text:
[%Current Item: Title%]
In theory, this should retrieve the title value and display it in the email. However, the email is simply displaying this piece of code as plain text and not retrieving anything.
Would be grateful for anyone's help.
sharepoint-online sharepoint-designer workflow designer-workflow email
sharepoint-online sharepoint-designer workflow designer-workflow email
New contributor
New contributor
edited 1 hour ago
Mohamed El-Qassas MVP♦
39.3k63983
39.3k63983
New contributor
asked 4 hours ago
Toby
282
282
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
There is a space between Item:
and Title%
!
You should use it without space like this [%Current Item:Title%]
Below is the correct way to get instead of adding it manually
- At
subject
, Click on eclipse...
. - Add or Change Lookup.
- Current Item > Title.
Note: you can also use Fx button to show the title as a subject without adding any additional text.
I have removed the space and also tried using the 'add or change lookup' option to select the title column. When the user receives the email, the email now doesn't display anything at all, not even the plain text of [%Current Item:Title%]. I noticed this person seemed to have a similar issue, but I was a little confused by their solution, unless you might understand it better? sharepoint.stackexchange.com/questions/160228/…
– Toby
3 hours ago
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
3 hours ago
Yes, I've just tried another field and again the lookup doesn't appear to display anything in the email. Both fields are definitely not empty.
– Toby
3 hours ago
Update: It seems there is an issue with SharePoint Designer saving and publishing the changes I am making. I changed the subject field to use the lookup like you said, but after publishing my changes the email notification is displaying the old text that used to be in the subject field before I added the lookup. In other words, for some reason my changes aren't being added to the site.
– Toby
3 hours ago
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
3 hours ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
There is a space between Item:
and Title%
!
You should use it without space like this [%Current Item:Title%]
Below is the correct way to get instead of adding it manually
- At
subject
, Click on eclipse...
. - Add or Change Lookup.
- Current Item > Title.
Note: you can also use Fx button to show the title as a subject without adding any additional text.
I have removed the space and also tried using the 'add or change lookup' option to select the title column. When the user receives the email, the email now doesn't display anything at all, not even the plain text of [%Current Item:Title%]. I noticed this person seemed to have a similar issue, but I was a little confused by their solution, unless you might understand it better? sharepoint.stackexchange.com/questions/160228/…
– Toby
3 hours ago
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
3 hours ago
Yes, I've just tried another field and again the lookup doesn't appear to display anything in the email. Both fields are definitely not empty.
– Toby
3 hours ago
Update: It seems there is an issue with SharePoint Designer saving and publishing the changes I am making. I changed the subject field to use the lookup like you said, but after publishing my changes the email notification is displaying the old text that used to be in the subject field before I added the lookup. In other words, for some reason my changes aren't being added to the site.
– Toby
3 hours ago
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
3 hours ago
|
show 1 more comment
up vote
3
down vote
accepted
There is a space between Item:
and Title%
!
You should use it without space like this [%Current Item:Title%]
Below is the correct way to get instead of adding it manually
- At
subject
, Click on eclipse...
. - Add or Change Lookup.
- Current Item > Title.
Note: you can also use Fx button to show the title as a subject without adding any additional text.
I have removed the space and also tried using the 'add or change lookup' option to select the title column. When the user receives the email, the email now doesn't display anything at all, not even the plain text of [%Current Item:Title%]. I noticed this person seemed to have a similar issue, but I was a little confused by their solution, unless you might understand it better? sharepoint.stackexchange.com/questions/160228/…
– Toby
3 hours ago
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
3 hours ago
Yes, I've just tried another field and again the lookup doesn't appear to display anything in the email. Both fields are definitely not empty.
– Toby
3 hours ago
Update: It seems there is an issue with SharePoint Designer saving and publishing the changes I am making. I changed the subject field to use the lookup like you said, but after publishing my changes the email notification is displaying the old text that used to be in the subject field before I added the lookup. In other words, for some reason my changes aren't being added to the site.
– Toby
3 hours ago
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
3 hours ago
|
show 1 more comment
up vote
3
down vote
accepted
up vote
3
down vote
accepted
There is a space between Item:
and Title%
!
You should use it without space like this [%Current Item:Title%]
Below is the correct way to get instead of adding it manually
- At
subject
, Click on eclipse...
. - Add or Change Lookup.
- Current Item > Title.
Note: you can also use Fx button to show the title as a subject without adding any additional text.
There is a space between Item:
and Title%
!
You should use it without space like this [%Current Item:Title%]
Below is the correct way to get instead of adding it manually
- At
subject
, Click on eclipse...
. - Add or Change Lookup.
- Current Item > Title.
Note: you can also use Fx button to show the title as a subject without adding any additional text.
answered 4 hours ago
Mohamed El-Qassas MVP♦
39.3k63983
39.3k63983
I have removed the space and also tried using the 'add or change lookup' option to select the title column. When the user receives the email, the email now doesn't display anything at all, not even the plain text of [%Current Item:Title%]. I noticed this person seemed to have a similar issue, but I was a little confused by their solution, unless you might understand it better? sharepoint.stackexchange.com/questions/160228/…
– Toby
3 hours ago
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
3 hours ago
Yes, I've just tried another field and again the lookup doesn't appear to display anything in the email. Both fields are definitely not empty.
– Toby
3 hours ago
Update: It seems there is an issue with SharePoint Designer saving and publishing the changes I am making. I changed the subject field to use the lookup like you said, but after publishing my changes the email notification is displaying the old text that used to be in the subject field before I added the lookup. In other words, for some reason my changes aren't being added to the site.
– Toby
3 hours ago
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
3 hours ago
|
show 1 more comment
I have removed the space and also tried using the 'add or change lookup' option to select the title column. When the user receives the email, the email now doesn't display anything at all, not even the plain text of [%Current Item:Title%]. I noticed this person seemed to have a similar issue, but I was a little confused by their solution, unless you might understand it better? sharepoint.stackexchange.com/questions/160228/…
– Toby
3 hours ago
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
3 hours ago
Yes, I've just tried another field and again the lookup doesn't appear to display anything in the email. Both fields are definitely not empty.
– Toby
3 hours ago
Update: It seems there is an issue with SharePoint Designer saving and publishing the changes I am making. I changed the subject field to use the lookup like you said, but after publishing my changes the email notification is displaying the old text that used to be in the subject field before I added the lookup. In other words, for some reason my changes aren't being added to the site.
– Toby
3 hours ago
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
3 hours ago
I have removed the space and also tried using the 'add or change lookup' option to select the title column. When the user receives the email, the email now doesn't display anything at all, not even the plain text of [%Current Item:Title%]. I noticed this person seemed to have a similar issue, but I was a little confused by their solution, unless you might understand it better? sharepoint.stackexchange.com/questions/160228/…
– Toby
3 hours ago
I have removed the space and also tried using the 'add or change lookup' option to select the title column. When the user receives the email, the email now doesn't display anything at all, not even the plain text of [%Current Item:Title%]. I noticed this person seemed to have a similar issue, but I was a little confused by their solution, unless you might understand it better? sharepoint.stackexchange.com/questions/160228/…
– Toby
3 hours ago
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
3 hours ago
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
3 hours ago
Yes, I've just tried another field and again the lookup doesn't appear to display anything in the email. Both fields are definitely not empty.
– Toby
3 hours ago
Yes, I've just tried another field and again the lookup doesn't appear to display anything in the email. Both fields are definitely not empty.
– Toby
3 hours ago
Update: It seems there is an issue with SharePoint Designer saving and publishing the changes I am making. I changed the subject field to use the lookup like you said, but after publishing my changes the email notification is displaying the old text that used to be in the subject field before I added the lookup. In other words, for some reason my changes aren't being added to the site.
– Toby
3 hours ago
Update: It seems there is an issue with SharePoint Designer saving and publishing the changes I am making. I changed the subject field to use the lookup like you said, but after publishing my changes the email notification is displaying the old text that used to be in the subject field before I added the lookup. In other words, for some reason my changes aren't being added to the site.
– Toby
3 hours ago
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
3 hours ago
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
3 hours ago
|
show 1 more comment
Toby is a new contributor. Be nice, and check out our Code of Conduct.
Toby is a new contributor. Be nice, and check out our Code of Conduct.
Toby is a new contributor. Be nice, and check out our Code of Conduct.
Toby is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to SharePoint Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsharepoint.stackexchange.com%2fquestions%2f254000%2fdisplaying-the-value-of-a-list-column-in-a-workflow-email%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown