@zenvakil said in How to pass a XID from an input container to a query:
<ma-point-query query="'eq(dataSourceXid,DS_f4bd539a-6d8d-4557-8248-1650c7a447e9)&sort(deviceName,name)&limit(200)'" points="eventPoints"></ma-point-query>
<ma-point-query query="'eq(dataSourceXid,'+myDataSource.xid+')&sort(deviceName,name)&limit(200)'" points="eventPoints"></ma-point-query>
That's how I do it
Fox