Hi Team,
I have 10 objects as below:
Obj1_Chair, Obj2_Chair............................................................Obj10_Chair
These objects are having label names as Time_In, Time_Out
I also have global tables related to these objects as below:
Obj1_GlobalTable, Obj2_GlobalTable.........................................................Obj10_GlobalTable
I want to create generic logic for with these object by passing object names (Obj1, Obj2.................Obj10) as loop value.
How can I refer global table name since I have to exclude chair from Object name?
Thank you!