Hello, good morning everyone. I hope you're all doing well. Has anyone here ever experienced this issue?
I have a "Textarea Plus!" field inside a repeater where some information is typed in. When this information is submitted, the message is also sent to Slack. However, the line breaks are not appearing in Slack.
Test
test
In the Textarea Plus! field, the input looks like this:
But when it goes to Slack, it appears like this, as shown in the image:
testtest
Since it's in a repeater, it's part of a loop, and to send the message to Slack, I'm using a text template. In the text template, I'm referencing it like this:
{!Loop.Feito.slackOutput}
But this way, I'm unable to preserve the line breaks in Slack.
Has anyone found a solution for this? I even tried using an Apex class, but it didn't work.
#Flow #Salesforce Developer #Salesforce Admin #Question