
Hello,
My flow creates a work item in Devops when an email is received. I extract some information from the email to include in the work item.
Below a screenshot of the action "Create a new workitem in devops (sorry its in French)"
The two fields Feature CIS and function are mandatory in DevOps, and have a static list of values. When i execute the flow, i get the following error :
However when i copy the value of the field from the failed execution and replace it in the flow, like in the first screenshot, it works. In other words the variables i use to populate mandatory fields are correct, e.g their value is part of the list.
Any thoughts ?
Thank you
Hi @YassGr,
Like you already demonstrated in your test, a picklist (string) field in Azure DevOps should allow a string value when setting it from the create a work item action in Power Automate.
However, I did notice that some leading spaces in your second screenshot of the error.
Just to validate. Can you make sure there are not leading spaces of carriage returns in your dynamic value/variable which you tried to use when setting the Feature CIS field?