Make → Notion mapping issue: “Select” and “Multi-select” fields not recognized

What are you trying to achieve?

I’m trying to send responses from a Tally form to a Notion database using Make. I want each field in the form to correctly populate its corresponding property in Notion, especially “Select” and “Multi-select” fields.

Steps taken so far

:hammer_and_wrench: Steps taken so far
I set up a webhook between Tally and Make, and the data is received correctly.
I successfully mapped standard fields like Name, Email, and Date.
For “Select” and “Multi-select” fields, I pre-filled the options in Notion.
I tried using:
data.fields.value
data.fields.valueArray[0]
{{map(data.fields.valueArray; item → { “name”: item })}}
However, Notion still shows empty fields or displays raw option IDs instead of their names. Thanks in advance for your help

Hi, can you share screenshots of:

  1. What the Tally webhook payload looks like (for the select and multi-select fields)
  2. What your mapping in the Notion module looks like (for the select and multi-select fields mentioned)