Forum Discussion

DCat1223's avatar
DCat1223
Frequent Contributor
6 years ago
Solved

Append Log Folder - Display Text String + Variable in Message Text on Error Log

Hi.  I'm hoping someone can help me out.  In an attempt to make my error log a bit more readable in a Keyword test, I'm trying to add a line to the beginning of the log using the Append Log Folder Lo...
  • DCat1223's avatar
    DCat1223
    6 years ago

    I actually just came up with a workaround that is going to work.  My variables are in an Excel sheet.  I basically created a new variable that is a concatonation of the cells using a basic excel formula:

    "Testing as" &A1&" - "&A2 where the variables i wanted in the string were in A1 and A2.

     

    Then instead of using the Code Expression mode on the parameter, I used Variable, with the Value being the Concatenated Variable in Excel.

     

    Again, I appreciate your assistance.  I was overthinking it I guess.