Date Piped Text Help :) | Experience Community
Skip to main content
Question

Date Piped Text Help :)

  • March 5, 2026
  • 4 replies
  • 37 views

Forum|alt.badge.img+5

Hi Everyone,

I hope you’re doing well.

Can anyone help me customize this?

${date://OtherDate/FL/+1%20month} currently gives me April 5, 2026 but I just want it to show April, 2026.

As always, thanks so much for your help! 🚀

4 replies

Romanoman
Level 3 ●●●
Forum|alt.badge.img+11
  • Level 3 ●●●
  • March 5, 2026

Hey, I don’t believe you can do this with pipe text only. Where exactly do you want to use this value and how?


I tried to do something similar - to get the year, quarter and month out of the start date, to be able to use them for easy filtering. Eventually, I had to resort to a workflow triggered for each response to get this via additional code task.


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • March 5, 2026

Thanks for getting back to me.

After completing a survey, I would like a follow up mail to always contain the next month.

Any ideas?


Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • March 5, 2026

Try setting up the top of your survey flow like the below: 

  • NextMonth is the month after the current month, using MMMM to return the name of the month instead of numbers
  • CurrentYear is the current year, using standard year format
  • If NextMonth is January (survey is taken in December), CurrentYear will be the following year so will read "January, 2027"
  • NextMonthCurrentYear combines those fields with a ", "

 


Forum|alt.badge.img+4
  • Level 2 ●●
  • March 6, 2026

Hi ​@parkie_0007, Use pipe in text mentioned below to get the date format as April, 2026. 

${date://OtherDate/MMMM/+1 month}, ${date://OtherDate/y/+1 month}

 

Kindly mark it as answer if this syntax works :)