Hello,
I'm currently facing an issue where I'm unable to set a value for an option in a SharePoint drop-down (combo box/Lookup value column), and I keep receiving the error message "List Doesn't Contain Option." Here's the process I've followed so far: I managed to retrieve the list of values from a SharePoint 'Classroom' drop-down, which is a vlookup column. To achieve this, I utilized the "exact data from web page" action and configured the extraction to output as a 'List' and I set the Base CSS selector to "[class="ms-LookupChoice-container"]." - The list of values from the drop down appear in this step.
However, when I attempt to set the desired value (whether its a variable or a specified text such as 'Classroom 13') from the retrieved list using the 'Set drop-down list value on web page' action, I encounter the "List Doesn't Contain Option" error. It's perplexing because the value I'm trying to set does exist in the retrieved list. I suspect that I might be using the incorrect UI syntax. Currently, I am using input[aria-label="Project1, empty, field editor. "] since I cannot locate a specific ID for this particular drop-down field that relates to all the rows in my list ( I need it to loop through each SharePoint list item and set a drop down value for each.) Any suggestions on what to update to set the drop-down value?



Thank you.