Answer the question
In order to leave comments, you need to log in
How to make a message in Slack a list?
I'm sending a message to a Slack channel and I need it to be in the form of a list, i.e. the lines should be on top of each other. Now, if there are few characters in the line, then two lines are transferred to one level. Can I somehow configure so that each line takes up the entire space and the next one is under it. Now I did it through context, I also tried it through section, but if I do it through section, all the text is divided into two columns, and I need it into one column.
This is what the message looks like now
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "Test",
"emoji": true
}
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "*#1 Test*"
},
{
"type": "mrkdwn",
"text": "*#2 Test*"
},
{
"type": "mrkdwn",
"text": "*#3 Test*"
},
{
"type": "mrkdwn",
"text": "*#4 Test*"
},
{
"type": "mrkdwn",
"text": "*#5 Test*"
}
]
}
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question