Send message from Glide to Slack using blocks

I solved it! If you write blocks in the Enter title-field, you can enter a block like this in the Enter value-field:

[
		{
			"type": "section",
			"text": {
				"type": "plain_text",
				"text": "This is a plain text section block.",
				"emoji": true
			}
		}
	]