I want to evaluate a value from list in robot framework with a string value and if condition is true would like to replace that value with some other.But getting error in evaluating expression.
${Con_Type} Set Variable Paper
Run Keyword If ${values[0]}==${Con_Type} Set List Value ${values[0]} 'P'
${values[0]}is not a correct grammar to acces an element of a list. - Psytho