Issue:
I’m trying to integrate a Slack workflow using a webhook trigger in Make.com to add an item to a list. However, when sending data from Postman, I get the error:
Add an item to a list — The data passed in does not match the column types. Please update the mappings for this step."
What I’ve Tried:
- Ensured the webhook receives data correctly.
- Verified that the “Name” field in Slack’s list step is mapped correctly.
- Checked the expected column types in Slack Workflow Builder.
- Sent a properly formatted JSON payload from Postman:
{
“name”: “Test Task”
}
- Looked at the Activity Log for errors, but still facing the issue.
Has anyone encountered this before? Any suggestions would be appreciated!