I created a text file that has 1 value in it by using Create File keyword
${getDateLetter} = getValue name=date
createFile Resources\\Client\\DateLetter.txt ${getDateLetter}
In other script, I'm trying to read the value in text file using Get File keyword
Library OperatingSystem
${dateLetter} = getFile Resources\\Client\\DateLetter.txt
But it will throw this error
Cell in table 'css=#tbl-letter' in row #2 and column #2 should have contained text 'getFile Resources\Client\DateLetter.txt'.