Format your messages Slack in Uipath

Hi @efelantti

I want to ask you a question. I tried bulleted list, but not working. Do you have any solution?



Format your messages | Slack
Thanks in advance,
Tuan

I’m not sure if it’s possible using the API / UiPath. I found the following references:

The latter proposes a workaround, using the bullet symbol • and line breaks to achieve what you want.

@efelantti
I tried but it still doesn’t work!

"• Detective Chimp\n• Bouncing Boy\n• Aqualad"


Regards,
Tuan

@efelantti
if using API, I’m thinking of using a library.

You could set this value to your Text variable:
"• Detective Chimp" + Environment.NewLine + "• Bouncing Boy" + Environment.NewLine + "• Aqualad"

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.