Displaying the value of a list column in a workflow email?












3















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.










share|improve this question





























    3















    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.










    share|improve this question



























      3












      3








      3








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 10 '18 at 13:58









      Mohamed El-Qassas MVP

      39.9k64084




      39.9k64084










      asked Dec 10 '18 at 10:14









      TobyToby

      282




      282






















          1 Answer
          1






          active

          oldest

          votes


















          4














          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.


          enter image description here




          Note: you can also use Fx button to show the title as a subject without adding any additional text.



          enter image description here







          share|improve this answer
























          • 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 '18 at 11:08













          • Have you tried another field? are you sure the field content is not empty!?

            – Mohamed El-Qassas MVP
            Dec 10 '18 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 '18 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 '18 at 11:32











          • Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…

            – Mohamed El-Qassas MVP
            Dec 10 '18 at 11:37











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          4














          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.


          enter image description here




          Note: you can also use Fx button to show the title as a subject without adding any additional text.



          enter image description here







          share|improve this answer
























          • 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 '18 at 11:08













          • Have you tried another field? are you sure the field content is not empty!?

            – Mohamed El-Qassas MVP
            Dec 10 '18 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 '18 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 '18 at 11:32











          • Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…

            – Mohamed El-Qassas MVP
            Dec 10 '18 at 11:37
















          4














          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.


          enter image description here




          Note: you can also use Fx button to show the title as a subject without adding any additional text.



          enter image description here







          share|improve this answer
























          • 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 '18 at 11:08













          • Have you tried another field? are you sure the field content is not empty!?

            – Mohamed El-Qassas MVP
            Dec 10 '18 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 '18 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 '18 at 11:32











          • Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…

            – Mohamed El-Qassas MVP
            Dec 10 '18 at 11:37














          4












          4








          4







          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.


          enter image description here




          Note: you can also use Fx button to show the title as a subject without adding any additional text.



          enter image description here







          share|improve this answer













          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.


          enter image description here




          Note: you can also use Fx button to show the title as a subject without adding any additional text.



          enter image description here








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 10 '18 at 10:39









          Mohamed El-Qassas MVPMohamed El-Qassas MVP

          39.9k64084




          39.9k64084













          • 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 '18 at 11:08













          • Have you tried another field? are you sure the field content is not empty!?

            – Mohamed El-Qassas MVP
            Dec 10 '18 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 '18 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 '18 at 11:32











          • Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…

            – Mohamed El-Qassas MVP
            Dec 10 '18 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 '18 at 11:08













          • Have you tried another field? are you sure the field content is not empty!?

            – Mohamed El-Qassas MVP
            Dec 10 '18 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 '18 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 '18 at 11:32











          • Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…

            – Mohamed El-Qassas MVP
            Dec 10 '18 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 '18 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 '18 at 11:08















          Have you tried another field? are you sure the field content is not empty!?

          – Mohamed El-Qassas MVP
          Dec 10 '18 at 11:12





          Have you tried another field? are you sure the field content is not empty!?

          – Mohamed El-Qassas MVP
          Dec 10 '18 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 '18 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 '18 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 '18 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 '18 at 11:32













          Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…

          – Mohamed El-Qassas MVP
          Dec 10 '18 at 11:37





          Try to clear the SharePoint designer cache stackoverflow.com/questions/43113666/…

          – Mohamed El-Qassas MVP
          Dec 10 '18 at 11:37


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Basket-ball féminin

          Different font size/position of beamer's navigation symbols template's content depending on regular/plain...

          I want to find a topological embedding $f : X rightarrow Y$ and $g: Y rightarrow X$, yet $X$ is not...