Hello!
Version
Katalon 5.4.2.
**Problem
**I try to change a sheet of my Excel file with the script view.
My current code is
import static com.kms.katalon.core.testdata.TestDataFactory.findTestDataimport com.kms.katalon.core.testdata.ExcelDataExcelData data = findTestData("Data").changeSheet("SheetA")
However data value is null.
Someone has any idea?
Thank’s,