API ZOHO CRM Picket list with wrong values

API ZOHO CRM Picket list with wrong values

I am using Zoho API v.8. with python to create records in a custom module named "Veranstaltung" in this custom module I've got a picket list called "Email_Template" with 28 Values. I've added 8 new values yesterday, but if I try to use on of those values when creating a new "Veranstaltung" it throws me the following error:
  1.  UNACCEPTED VALUES ERROR - {"field": "Email_Template", "class": "Record", "given-value": "Jahresauftakt - Zukunft - A1 Frame", "accepted_values": ["-None-", "Kongress - Erstes Mal - A1 Frame", "Kongress - Erstes Mal - A1 Plain", "Kongress - Erstes Mal - T1 Frame", "Kongress - Erstes Mal - T1 Plain", "Kongress - Vergangenheit - A1 Frame", "Kongress - Vergangenheit - A1 Plain", "Kongress - Vergangenheit - A2 Frame", "Kongress - Vergangenheit - A2 Plain", "Kongress - Vergangenheit - T1 Frame", "Kongress - Vergangenheit - T1 Plain", "Kongress - Vergangenheit - T2 Frame", "Kongress - Vergangenheit - T2 Plain", "Kongress - Zukunft - A1 Frame", "Kongress - Zukunft - A1 Plain", "Kongress - Zukunft - A2 Frame", "Kongress - Zukunft - A2 Plain", "Kongress - Zukunft - T1 Frame", "Kongress - Zukunft - T1 Plain", "Kongress - Zukunft - T2 Frame", "Kongress - Zukunft - T2 Plain"], "index": 0}

Using Postman with Metadata API v8 / Fields Meta it shows me that all values are available in the API

  1. "separator": false,
                "searchable": true,
                "history_tracking_enabled": false,
                "external": null,
                "api_name": "Email_Template",
                "parent_field": null,
                "unique": {},
                "enable_colour_code": false,
                "child_fields": null,
                "pick_list_values": [
                    {
                        "display_value": "-None-",
                        "sequence_number": 1,
                        "reference_value": "-None-",
                        "colour_code": null,
                        "actual_value": "-None-",
                        "id": "808432000001005843",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - A1 Frame",
                        "sequence_number": 2,
                        "reference_value": "Jahresauftakt - Zukunft - A1 Frame",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - A1 Frame",
                        "id": "808432000002605166",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - A1 Plain",
                        "sequence_number": 3,
                        "reference_value": "Jahresauftakt - Zukunft - A1 Plain",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - A1 Plain",
                        "id": "808432000002605164",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - A2 Frame",
                        "sequence_number": 4,
                        "reference_value": "Jahresauftakt - Zukunft - A2 Frame",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - A2 Frame",
                        "id": "808432000002605168",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - A2 Plain",
                        "sequence_number": 5,
                        "reference_value": "Jahresauftakt - Zukunft - A2 Plain",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - A2 Plain",
                        "id": "808432000002605167",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - T1 Frame",
                        "sequence_number": 6,
                        "reference_value": "Jahresauftakt - Zukunft - T1 Frame",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - T1 Frame",
                        "id": "808432000002605170",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - T1 Plain",
                        "sequence_number": 7,
                        "reference_value": "Jahresauftakt - Zukunft - T1 Plain",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - T1 Plain",
                        "id": "808432000002605169",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - T2 Frame",
                        "sequence_number": 8,
                        "reference_value": "Jahresauftakt - Zukunft - T2 Frame",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - T2 Frame",
                        "id": "808432000002605165",
                        "type": "used"
                    },
                    {
                        "display_value": "Jahresauftakt - Zukunft - T2 Plain",
                        "sequence_number": 9,
                        "reference_value": "Jahresauftakt - Zukunft - T2 Plain",
                        "colour_code": null,
                        "actual_value": "Jahresauftakt - Zukunft - T2 Plain",
                        "id": "808432000002605163",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Erstes Mal - A1 Frame",
                        "sequence_number": 10,
                        "reference_value": "Kongress - Erstes Mal - A1 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Erstes Mal - A1 Frame",
                        "id": "808432000001792117",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Erstes Mal - A1 Plain",
                        "sequence_number": 11,
                        "reference_value": "Kongress - Erstes Mal - A1 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Erstes Mal - A1 Plain",
                        "id": "808432000001792120",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Erstes Mal - T1 Frame",
                        "sequence_number": 12,
                        "reference_value": "Kongress - Erstes Mal - T1 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Erstes Mal - T1 Frame",
                        "id": "808432000001792123",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Erstes Mal - T1 Plain",
                        "sequence_number": 13,
                        "reference_value": "Kongress - Erstes Mal - T1 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Erstes Mal - T1 Plain",
                        "id": "808432000001792125",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - A1 Frame",
                        "sequence_number": 14,
                        "reference_value": "Kongress - Vergangenheit - A1 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Vergangenheit - A1 Frame",
                        "id": "808432000001788126",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - A1 Plain",
                        "sequence_number": 15,
                        "reference_value": "Kongress - Vergangenheit - A1 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Vergangenheit - A1 Plain",
                        "id": "808432000001788125",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - A2 Frame",
                        "sequence_number": 16,
                        "reference_value": "Kongress - Vergangenheit - A2 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Vergangenheit - A2 Frame",
                        "id": "808432000001788124",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - A2 Plain",
                        "sequence_number": 17,
                        "reference_value": "Kongress - Vergangenheit - A2 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Vergangenheit - A2 Plain",
                        "id": "808432000001788127",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - T1 Frame",
                        "sequence_number": 18,
                        "reference_value": "Kongress - Vergangenheit - T1 Frame",
                        "colour_code": null,
                        "actual_value": "Akquise Kongress 1",
                        "id": "808432000001005834",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - T1 Plain",
                        "sequence_number": 19,
                        "reference_value": "Kongress - Vergangenheit - T1 Plain",
                        "colour_code": null,
                        "actual_value": "Akquise Kongress 2",
                        "id": "808432000001005836",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - T2 Frame",
                        "sequence_number": 20,
                        "reference_value": "Kongress - Vergangenheit - T2 Frame",
                        "colour_code": null,
                        "actual_value": "Akquise Verbandstagung 1",
                        "id": "808432000001005838",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Vergangenheit - T2 Plain",
                        "sequence_number": 21,
                        "reference_value": "Kongress - Vergangenheit - T2 Plain",
                        "colour_code": null,
                        "actual_value": "Akquise Verbandstagung 2",
                        "id": "808432000001005840",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - A1 Frame",
                        "sequence_number": 22,
                        "reference_value": "Kongress - Zukunft - A1 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - A1 Frame",
                        "id": "808432000001792121",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - A1 Plain",
                        "sequence_number": 23,
                        "reference_value": "Kongress - Zukunft - A1 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - A1 Plain",
                        "id": "808432000001792126",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - A2 Frame",
                        "sequence_number": 24,
                        "reference_value": "Kongress - Zukunft - A2 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - A2 Frame",
                        "id": "808432000001792118",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - A2 Plain",
                        "sequence_number": 25,
                        "reference_value": "Kongress - Zukunft - A2 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - A2 Plain",
                        "id": "808432000001792119",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - T1 Frame",
                        "sequence_number": 26,
                        "reference_value": "Kongress - Zukunft - T1 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - T1 Frame",
                        "id": "808432000001792122",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - T1 Plain",
                        "sequence_number": 27,
                        "reference_value": "Kongress - Zukunft - T1 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - T1 Plain",
                        "id": "808432000001792127",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - T2 Frame",
                        "sequence_number": 28,
                        "reference_value": "Kongress - Zukunft - T2 Frame",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - T2 Frame",
                        "id": "808432000001792128",
                        "type": "used"
                    },
                    {
                        "display_value": "Kongress - Zukunft - T2 Plain",
                        "sequence_number": 29,
                        "reference_value": "Kongress - Zukunft - T2 Plain",
                        "colour_code": null,
                        "actual_value": "Kongress - Zukunft - T2 Plain",
                        "id": "808432000001792124",
                        "type": "used"
                    },

The Access Token used for Postman is the same as used in Python with the identical scope.
    • Sticky Posts

    • Kaizen #198: Using Client Script for Custom Validation in Blueprint

      Nearing 200th Kaizen Post – 1 More to the Big Two-Oh-Oh! Do you have any questions, suggestions, or topics you would like us to cover in future posts? Your insights and suggestions help us shape future content and make this series better for everyone.
    • Kaizen #226: Using ZRC in Client Script

      Hello everyone! Welcome to another week of Kaizen. In today's post, lets see what is ZRC (Zoho Request Client) and how we can use ZRC methods in Client Script to get inputs from a Salesperson and update the Lead status with a single button click. In this
    • Kaizen #222 - Client Script Support for Notes Related List

      Hello everyone! Welcome to another week of Kaizen. The final Kaizen post of the year 2025 is here! With the new Client Script support for the Notes Related List, you can validate, enrich, and manage notes across modules. In this post, we’ll explore how
    • Kaizen #217 - Actions APIs : Tasks

      Welcome to another week of Kaizen! In last week's post we discussed Email Notifications APIs which act as the link between your Workflow automations and you. We have discussed how Zylker Cloud Services uses Email Notifications API in their custom dashboard.
    • Kaizen #216 - Actions APIs : Email Notifications

      Welcome to another week of Kaizen! For the last three weeks, we have been discussing Zylker's workflows. We successfully updated a dormant workflow, built a new one from the ground up and more. But our work is not finished—these automated processes are