Saving the textfield structure for custom channel | Community
Skip to main content
Level 2
March 6, 2024
Solved

Saving the textfield structure for custom channel

  • March 6, 2024
  • 1 reply
  • 452 views

Hello!
We have built a custom workflow node that works as a digital channel. What it does is basically takes a message /markdown and sends it via API to our Webpage to a customer.

This is and example:

 

After sending the first one it looks good and has the correct spacing between the rows. But sending the next time and also clearing cache it looks like this:

 

What is the best way to save the structure from the first picture in this text-field?

 

Thanks in advance, Martin

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

Hello @marting66652718 

You are using the normal text input and it won't retain the line breaks.

 

You will have to use the wysiwyg editor to achieve this. Otherwise If you API is expecting HTML code then you can just add the HTML code here.

1 reply

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
March 6, 2024

Hello @marting66652718 

You are using the normal text input and it won't retain the line breaks.

 

You will have to use the wysiwyg editor to achieve this. Otherwise If you API is expecting HTML code then you can just add the HTML code here.

Manoj  | https://themartech.pro