Chris_Dalziel | 2024-06-20 14:54:57 UTC | #1
Hello, I am creating a web survey for our customers post web messenger interactions. Since there is the 72 hour wait for post web message interactions surveys, I want to send the date in the invite email. I have it working with expression below.. however it is showing in UTC format. I tried using the "MakeDate" expression but am getting an error saying you can't use it in Survey Flows? Is there any other option I have for being able to display a Month, Day , Year date format?
(ToString(MakeDateTime(Year(Survey.ConversationEndDateTimeUtc), Month(Survey.ConversationStartDateTimeUtc), Day(Survey.ConversationEndDateTimeUtc))))
2nd part to my invite is being able to show the agents Name to remind the customer with whom they interacted with. I am not seeing in any of the "Conversation" API's where the agent name is available. Is there an API that could be run to bring back the agent name for a message convo?
Chris_Dalziel | 2024-06-21 19:25:30 UTC | #2
I actually found that changing the variable to "string" and using the MakeDateTime worked.
system | 2024-07-21 19:26:05 UTC | #3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 26888