Hi,
I've been trying to fill a drop-down list with a data from excel. I am sure that the data I'm passing is correct. Here's the screenshot of the flow. the one highlighted in green works fine and they have the same configuration with the one with the error. I don't know what seems to be the problem because it ran smoothly a couple of days ago and suddenly its not.

Location
Subflow: Main, Action: Set drop-down list value in window
Error Message
Failed to perform the requested operation on the drop down list (error while accessing the drop down list)
Error details
Select list does not contain option with value: 19 Tank truck.: Robin.Core.ActionException: Failed to perform the requested operation on the drop down list (error while accessing the drop down list) ---> System.Exception: Select list does not contain option with value: 19 Tank truck.
at Robin.Plugin.UI.UIControlElements.UIComboBoxElementWinForm.Select(String optionName)
at Robin.Modules.UIAutomation.Actions.AutomationRuntimes.UIAutomationRuntimeBase.SetDropDownListValueInWindow(IntPtr windowHandle, String selector, WindowDropDownListOperationEnum operation, ListVariantBase optionsToSelect)
at Robin.Modules.UIAutomation.Actions.UIAutomationActionsDispatcher.SetDropDownListValueInWindow(Variant windowSelector, Variant dropDownListSelector, Variant optionsNames, Variant optionsIndeces, Guid windowId, Int32 dropDownListOperation, Int32 automationImpl)
--- End of inner exception stack trace ---
at Robin.Modules.UIAutomation.Actions.SetDropDownListValueInWindow.Execute(ActionContext context)
at Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)