We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3366d6c commit f67741bCopy full SHA for f67741b
app/models/pager_tree/integrations/channel/microsoft_teams/v4.rb
@@ -162,7 +162,7 @@ def _blocks
162
},
163
{
164
type: "FactSet",
165
- facts: _alert.additional_data&.map { |ad| {title: ad["label"], value: ad["value"]} } || [],
+ facts: _alert.additional_data&.map { |ad| {title: ad["label"], value: Array(ad["value"]).join(", ")} } || [],
166
spacing: "Medium",
167
separator: true
168
}
0 commit comments