You need to sign in to do that
Don't have an account?

Need a Line Break in my Flow when ADDING variables, not Concatenate
This forum is my last resort before reaching out to our Dev partner, hoping someone can help me figure this out as SFDC support has been a nightmare so far.
What I have:
Right now I have a Flow built that works off of checkboxes on the opportunity and also fields in a custom setting. What it does is say there are 5 checkboxes that relate to legal language. The rep checks off which lines of language they need inserted in the contract and when they click save it takes the 1-5 lines they selected and add it to one text area field called "special Notes". To get thos to work I built a flow that uses the ADD function in an assignment element (Not Equals). It works great except it takes all the spaces out and shows as one chunk of text. I'd love for it to add each line on it's own line. NOTE: I can't use concatenate or Equals because it can be any combination of language so it might be one line on this contract and 3 on the next and 4 on the next and so on.
What I tried already:
I tried adding every line break code I could come across, HTML and formulas code ( BR() ) without any success. I also read a post on this forum about how to use a text template but that only works for concatenate scenarios. I also tried to add a blank variable with just a space in it and that didn't work either, it removed the space.
I think the issue is the custom setting as I don't think that respects formula codes or HTML, but the SFDC rep said that flows do support HTML.
Any help would be greatly appreciated. I'm down to try things out too, don't hesitate to throw out any unproven ideas.
Thanks for your thought and future responses
What I have:
Right now I have a Flow built that works off of checkboxes on the opportunity and also fields in a custom setting. What it does is say there are 5 checkboxes that relate to legal language. The rep checks off which lines of language they need inserted in the contract and when they click save it takes the 1-5 lines they selected and add it to one text area field called "special Notes". To get thos to work I built a flow that uses the ADD function in an assignment element (Not Equals). It works great except it takes all the spaces out and shows as one chunk of text. I'd love for it to add each line on it's own line. NOTE: I can't use concatenate or Equals because it can be any combination of language so it might be one line on this contract and 3 on the next and 4 on the next and so on.
What I tried already:
I tried adding every line break code I could come across, HTML and formulas code ( BR() ) without any success. I also read a post on this forum about how to use a text template but that only works for concatenate scenarios. I also tried to add a blank variable with just a space in it and that didn't work either, it removed the space.
I think the issue is the custom setting as I don't think that respects formula codes or HTML, but the SFDC rep said that flows do support HTML.
Any help would be greatly appreciated. I'm down to try things out too, don't hesitate to throw out any unproven ideas.
Thanks for your thought and future responses
This method worked for me.
http://www.jdope.com/blog/newline-carriage-return-in-flow/#comment-1349
Thanks
All Answers
This method worked for me.
http://www.jdope.com/blog/newline-carriage-return-in-flow/#comment-1349
Thanks
Thanks for replying to such an old post which is still a need of mine, I just brushed it under the rug for another day.
I am facing issues in adding linebreaks between the two concatenated formulas.I have tried everything BR(),
, /n,/r,
,Substitute((text),"~","").Nothing seems to work.Plz help!