I am trying to use the Smartsheet api (Python sdk) to insert values from a text file into individual cells in the Smartsheet. Is it possible to insert a value into a cell with drop downs and choose the desired value of the dropdown (and leave the other options available)? If it's possible the sample code would be much appreciated.
To expand with an example...
Say I have a text file where one of the values to be inserted is "Fridge" and that word needs to be selected in a cell containing four drop down options: Fridge; Washer; Dryer; Microwave. Can I somehow select the "Fridge" option from the drop down list using the API, and leave the other drop down elements available (ie don't just replace the four options with the text "Fridge")?