This content has been marked as final.
Show 5 replies
-
Re: How to expend a text area in a change data value flow step?
Josh Hill Mar 8, 2018 9:41 AM (in response to Carl Ducharme Delafontaine)No. You just have to paste it in.
-
Re: How to expend a text area in a change data value flow step?
Sanford Whiteman Mar 8, 2018 12:59 PM (in response to Carl Ducharme Delafontaine)1 of 1 people found this helpfulThe bigger problem is that the text input strips out line breaks (real text line breaks, not <br>s). But Carl, I happen to know you have a tool that can fix this if you populate the field via webhook instead of via Change Data Value.
-
Re: How to expend a text area in a change data value flow step?
Carl Ducharme Delafontaine Mar 9, 2018 8:10 AM (in response to Sanford Whiteman)Hello Sanford,
I agree with you, this is a bit of an issue when sending long descriptions. However, I didn't know that I could use <br>s and webhooks to fix this problem. Thanks for the feedback! Do you happen to have an example that explains how to do it using webhooks ?
-
Re: How to expend a text area in a change data value flow step?
Sanford Whiteman Mar 9, 2018 11:40 AM (in response to Carl Ducharme Delafontaine)1 of 1 people found this helpfulSure, in JavaScript (i.e. your FlowBoost template) use backticks and then line break literals are supported:
var personNotes = `This note has multiple lines.`
-
Re: How to expend a text area in a change data value flow step?
Carl Ducharme Delafontaine Mar 9, 2018 12:53 PM (in response to Sanford Whiteman)Hello Sandford,
Thanks for providing an example. Next time, I'll try using this for my description.
-
-
-