It sounds like your choice lists are being overridden by existing logic somewhere in the workflow. A few things to check:
1️⃣ **Check for Default Values** – If there's a default choice list assigned elsewhere, it might be taking priority.
2️⃣ **Look for Hardcoded Logic** – Even if you don't see specific code in the component queue, there could be logic setting or modifying the choice list dynamically.
3️⃣ **Verify Adapter Behavior** – If the adapter is involved, ensure it's not replacing or filtering out your new lists before they're applied.
4️⃣ **Check Workflow Execution Order** – Sometimes, certain conditions in the workflow can override or reset fields based on predefined logic.
5️⃣ **Debug & Log** – Add temporary logs to see where the values are getting set and overridden.
If you suspect it's being overridden but can't pinpoint where, try temporarily disabling parts of the logic to isolate the issue. Let me know what you've tried so far, and I can suggest more targeted debugging steps! 🚀
------------------------------
Adeel Ali
------------------------------