Retrieve all Data elements in custom code
Is it possible to return a full list of all data elements names in custom code (written under Rules)?
I have a few data elements and there will be new elements added in the future. I don't want to update my custom code every time a new element is added. Instead I want to GET a full list of data element names, then loop through the _satellite.getVar("<Data_element_name_here>") function in order to populate my query.