Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Passing multiple rows of data from a Static text field to a text field.

Avatar

Former Community Member
When I try to pass a single line of text from a static text field to a regular text field I do the following and it works.

regular.rawValue = static.value.text.value;

If I have multiple lines of text in my static text field it doesn't work. Is there a way to do this for multiple lines of text?

Thanks,

Chad
1 Reply

Avatar

Former Community Member
Did you try this:



regular.rawValue = static.rawValue;