I’ve got an integration to update our hubspot with user data whenever a user updates their profile in our bubble app. It works for everything except for certain drop-down fields. It’s throwing the error:
validationMessages: - seniority_list: director_management_partner was not one of the allowed options: olabel: "C-suite/VP/Owner"value: "C-suite/VP/Owner"display_order: 0hidden: falseread_only: false, label: "Director/Ma
So I though ok well the app is sending these with underscores instead of slashes which is why I’m getting an error, as the hubspot field only has slashes. I went to add a formatting step to format them but when I did that, it shows that the values for that field have slashes in them, not underscores.
I have no idea why this is happening but both fields in bubble and hubspot match perfectly (they use slashes) and I’m not sure how to fix it. Why is it formatting it one way in the form, but different in the actual zap run?