You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature will help when a language id is not returned by a previous step. It will allow users who aren't aware of the Kontent.ai language id's to use a language codename instead. I ran into this issue when using a trigger that fired on "item_workflow_step_changed". The output didn't include a language id or codename, only the full name of the language of the variant.
Proposed solution
adjust the call from the script to either allow language identifier to use a codename "or codename (e.g., codename/es-ES)" or return language id in the trigger so that it can be used in later steps.