In my scenario I want to create a new database item in my notion database with the “result” (generated in the previous OpenAI step) along with date, assignment, status, and other relevant properties
While the overall process functions smoothly—the new item is created with all the correct properties—the “result” field is not included in the input bundle, resulting in it being left empty in the database.
Already tried to map for “result” or “content text value” items from OpenAI and checked for the result from OpenAI itself (no problem there).
What am I doing wrong?