{
    "type": "AdaptiveCard",
    "body": [
        {
			"type": "TextBlock",
			"weight": "Bolder",
			"text": "@{body('Parse_JSON')['sections'][0]['activityTitle']}",
			"wrap": true
        },
        {
            "type": "TextBlock",
            "text": "@{replace(body('Parse_JSON')['sections'][0]['activityText'], '"', '\"')}",
            "wrap": true
        },
        {
            "type": "FactSet",
            "facts": [
                {
                    "title": "@{body('Parse_JSON')['sections'][1]['facts'][0]['name']}",
                    "value": "@{body('Parse_JSON')['sections'][1]['facts'][0]['value']}"
                },
				{
                    "title": "@{body('Parse_JSON')['sections'][1]['facts'][1]['name']}",
                    "value": "@{body('Parse_JSON')['sections'][1]['facts'][1]['value']}"
           
				},
				{
                    "title": "@{body('Parse_JSON')['sections'][1]['facts'][2]['name']}",
                    "value": "@{body('Parse_JSON')['sections'][1]['facts'][2]['value']}"
           
				}
			]
        }
	],
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.6"
}
