Quote Originally Posted by DarioCrivelli
The condition for requesting two different schemas for the same items is to perform two distinct subscriptions from the client. On the Server side, you still need a single Data Adapter, which only receives one subscription request with no field informations; hence, it should always provide values for all the possible fields upon each update.
Please, expand the question if I didn't understand it correctly.

Schema1[Score]
Item Code Ref Ce Fl
CodeItem1 ABC 10 12 8
CodeItem2 XYZ 20 24 16


Schema2[Index]
Item Session Index IndexChange
IndexItem1 1 1006 6
IndexItem2 2 1007 7


I think have a misunderstood here. No same items. Item names of schema1 will be complete different with item names of schema2
In the case have only 1 schema: I have 1 launcher to create instant of Schema1 [Code]
So if I have 2 schemas: I need more 1 launcher to create instant of Schema2 [Index]
Maybe I think it better?
thanks