Hi,
Does anyone know how to use wildcard in datatable id?
For example I have datatable name testData1 and testData2 ..... testData34.
So I perform check on each datatable :
If Datatable("testData1", dtGlobalSheet) <>"" OR ..... Datatable("testData34", dtGlobalSheet) <>"" Then
execute input step
Is there anyway to use wildcard in the datatable id for exmplae testD.* ( to check all datatable id that start with testD ) since all naming have standard starting name.