I am trying to create database Items from a notion database into another.
What I want is to add multiple data.
I am using search to get data and then creating a database item using that.
I am trying to use all the recruiter information, sometimes there are more than 1 recruiters, sometimes there are one. Type is Select.
If I use only Recruiters Name then it will get the first one, It does not help me if I use map. I am not sure how to populate it.
The error: The operation failed with an error. [400] body failed validation. Fix one: body.properties.Recruiter.multi_select[0].id should be defined, instead was undefined
. body.properties.Recruiter.multi_select[0].name should be defined, instead was undefined
.