Form submission data in email notification

I would like to receive the data from all fields of a form directly in an email notification. I am pulling my hair out trying to get it to work.

Currently, I only receive a notification that someone has submitted an entry but all of the data for that entry only shows up within the Webflow dashboard. How can it be set up so that the form field entries appear in the notification email?

I have tried inserting {{ formData }} into the email template area (i.e. “You just received a new contact form submission at website.com. {{ formData }}”) but still only receive the notification without any form data.

All of my form fields are named.

Has anyone experienced the same issue and/or has a suggestion for resolving it?