Looking to update a dropdown field based on the va...
# suiteflow
n
Looking to update a dropdown field based on the value in a text field within workflows. Currently trying to use formula similar to:
Copy code
CASE WHEN {textfieldname} = 'textfieldvalue' THEN '1'
WHEN {textfieldname} = 'textfieldvalue2' THEN '10'
Running into issues where this is not populating the dropdown field. Any suggestions?