memo description is not working | Community
Skip to main content
Level 2
January 29, 2024
Question

memo description is not working

  • January 29, 2024
  • 1 reply
  • 3074 views

Hi Guys,

 

I have created a field element called memo description using the type memo to hold large amount of value, while calling the filed using targetdata . memodescription inside the delivery to print the value stored in memo description, the value is not populating.

 

But i tried calling someother filed using target data , that field value is populating correctly.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

isahore
Community Advisor
Community Advisor
January 30, 2024

Hi @haricharan,

Is the memo field holding data in the actual data table or are you populating it in the temp table while the workflow is executing?

I tried adding memo type field to my recipient table, and put values into it, both string and xml. The preview displayed without issues.

 

If you can share your code, may be the community can help better.

 

BR,

Ishan

Level 2
January 30, 2024

Hi Ishan,

 

I'm populating the data's in the temp table while the workflow is executing?

 

and I could not able to populate the data's using memo filed?

 

Let me know your concerns.

 

 

isahore
Community Advisor
Community Advisor
January 30, 2024

@haricharan,

 

Is your memo field holding string values, xml or html?

Are you able to print the values of the memo variable using logInfo() ?

 

BR,

Ishan