How to read values from another sheet in Test data Excel sheet

Hi @Evan

Here’s a related problem

From this I think the problem is that changeSheet is a void method and does not return anything, therefore data is null. Please try this:

TestData data = findTestData(‘Test data master’)
data.changeSheet('Sheet2')
log.logInfo(data.internallyGetValue('Amount', 1))