CSV Field upload for a dropdown field | Adobe Higher Education
Skip to main content
Level 4
March 10, 2025
Répondu

CSV Field upload for a dropdown field

Hi All, running into an error when trying to upload a field from a csv file into a form field has dropdown options.  The field on the csv is identical to the option in the form.

 

[422] Invalid Parameter: custom workfront field "custom dropdown field value"

Meilleure réponse par OmahaOmaha

Turns out, that we had numerical value fields for each option in the custom dropdown field. That was preventing the upload. We switched the csv fields to their correlating numbers in Workfront and were able to get the scenario to run.  Thanks for the feedback everyone.

3 commentaires

Lawson02
Level 6
March 10, 2025

Can you provide more information like a screenshot or example? If I had to guess its not formatting the array properly. One thing you can do to test is to read the value in fusion and make sure your CSV value matches that exactly.

ChrisStephens
Community Advisor
Community Advisor
March 11, 2025

I suspect you have a map wrong somewhere. It appears that the field you are trying to populate is "custom dropdown field value", not whatever field it actually is you're trying to populate.

KellieGardner
Community Advisor
Community Advisor
March 11, 2025

I would verify that the label/name and the value inside of Workfront are identical. 

 

 

OmahaOmahaAuteurRéponse
Level 4
March 11, 2025

Turns out, that we had numerical value fields for each option in the custom dropdown field. That was preventing the upload. We switched the csv fields to their correlating numbers in Workfront and were able to get the scenario to run.  Thanks for the feedback everyone.