
urz01 (urz01) asked a question.
I'm trying to utilize workflows to make a batch of updates to users. The field is to encompass user-chosen pronouns, but it's oddly running into a 400 error and giving a bad enum error where there doesn't actually appear to be one. As seen below the error says ""pronouns: Value 'he' for property 'pronouns' is not allowed for enum [they/them, she/her, he/him, she/they, he/they]"" which is odd as a value of "he" isn't being passed anywhere

I notice that in your error, it's talking about property pronouns, but in the screenshot on the Update User card, it says pronounsTest... it might be worth adding a new Update User card just to make sure everything is kosher.
I just tested using the following steps and didn't have any issue:
Make sure the attribute you added in Profile Editor looks right, try replacing the Update User card to make sure the right attribute is being referenced and updated... outside of that, it might be worth opening a Support ticket if you need further assistance.
The only field named "pronouns" referenced in the cards is in the "read row" of the table to get the data field. It almost looks like it's not parsing the data in that, and giving a value of "he" and trying to link that in the eunum 😞 Recreating the cards didn't help, and referencing a newly-created pronouns test field didn't either. Ughhhh.