Dropdown properties and set values in Google Gemini require an exact match to one of the existing options. If the input differs due to case sensitivity, extra spaces, special characters, or unexpected variations, Google Gemini will not recognise it as a valid selection.
Currently the output property only shows multi and single line options.
The dropdown will allow you to choose the value you want specifically, the model will then do its best to find and select the value you have prompted it to.
Warning
If your copying the output to a drop down or a set value and it doesn't match exactly, we then cant force it to match exactly. You need to make sure that the values are EXACTLY the same so it can find it.
The value needs to align perfectly with the predefined options in a property
If it fails then you need to prompt it to still try and get an output. Pull all the values, "Pick one of these", takes the value then sets it into HubSpot
Some Good Prompt Hints
- Return of the following values must have one of the following values (xyz, abc, 123)
- Standardize this value to match a predefined dropdown option.
- Convert this text to lowercase and remove extra spaces before setting it as a property value.
- Check if this input matches an existing dropdown option; if not, map it to the closest valid match.