Displaying the value of a list column in a workflow email?
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
add a comment |
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
add a comment |
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
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
edited Dec 10 at 13:58
Mohamed El-Qassas MVP♦
39.7k64084
39.7k64084
asked Dec 10 at 10:14
Toby
282
282
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
Dec 10 at 11:08
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
Dec 10 at 11:12
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
Dec 10 at 11:21
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
Dec 10 at 11:32
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
Dec 10 at 11:37
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "232"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
Dec 10 at 11:08
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
Dec 10 at 11:12
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
Dec 10 at 11:21
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
Dec 10 at 11:32
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
Dec 10 at 11:37
|
show 1 more comment
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
Dec 10 at 11:08
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
Dec 10 at 11:12
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
Dec 10 at 11:21
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
Dec 10 at 11:32
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
Dec 10 at 11:37
|
show 1 more comment
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 Dec 10 at 10:39
Mohamed El-Qassas MVP♦
39.7k64084
39.7k64084
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
Dec 10 at 11:08
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
Dec 10 at 11:12
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
Dec 10 at 11:21
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
Dec 10 at 11:32
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
Dec 10 at 11:37
|
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
Dec 10 at 11:08
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
Dec 10 at 11:12
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
Dec 10 at 11:21
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
Dec 10 at 11:32
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
Dec 10 at 11:37
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
Dec 10 at 11:08
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
Dec 10 at 11:08
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
Dec 10 at 11:12
Have you tried another field? are you sure the field content is not empty!?
– Mohamed El-Qassas MVP♦
Dec 10 at 11:12
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
Dec 10 at 11:21
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
Dec 10 at 11:21
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
Dec 10 at 11:32
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
Dec 10 at 11:32
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
Dec 10 at 11:37
Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…
– Mohamed El-Qassas MVP♦
Dec 10 at 11:37
|
show 1 more comment
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