Hi, I want to find common text between another modules.
I have two modules A&B.
Each module has order Number and Product(Text format)
I want to find Product(ModuleB) in ModuleA. It's Common Text.
In this case, we can find product by finditem formula, by making product List.
But I don't want to use product List, because it needs to make List.
Is there any find common text without List?