{{
) in the input field which will show available options. Make sure to end the expression by adding double closing curly brackets (}}
).{{data.temp}}
. data.*
access any values of the samplemeta.*
access any values of the meta objectresult.*
access any values of the custom rule logic resultuplinkMeta
the complete uplink meta-object. See Uplink Meta Properties for sub-propertiestopic
the data topictimestamp
the timestamp of the sampledeviceId
the unique device id of the device triggering the flowakenzaDeviceId
the akenza device id of the device triggering the flowcorrelationId
the correlation id of the flowdevice
the complete device object. See Device Properties for sub-propertiesrule
the complete rule object. See Rule Properties for sub-propertiesdataSources
all data source objects involved in the triggered flow. See Data Source Properties for sub-propertiesdevice.
is always required in order to access sub-properties.name
the device namedescription
the device descriptionintegrationId
the integration Id of the device (only for LoRaWAN devices)workspaceId
the workspace Id of the devicedataFlowId
the data flow Id of the deviceconnectivity
the connectivity of the deviceid
the akenza device IddeviceId
the unique device idcustomFields.*
access Custom Fields values by their namerule.
is always required in order to access sub-properties.ruleId
the id fo the rulename
the name of the rule (only for rules)description
the description of the ruleworkspaceId
the workspace Id of the ruledataSources.X
where X
is the number of the data source as specified in the rule (starting at 1).correlationId
or the device
) if e.g. the rule was triggered by a timer event or the data source is set to access the last sample.dataSources.X.
is always required in order to access sub-properties.correlationId
the correlation id of the data source (only available if the data source was triggering the flow)device
the complete device object. See Device Properties for sub-propertiesdeviceId
the unique device idakenzaDeviceId
the akenza device idtopic
the topic of the sampletimestamp
the timestamp of the sampledata.*
access any values of the samplemeta.*
access any values of the meta objectuplinkMeta
the complete uplink meta objecttrigger
boolean indicates whether the data source has triggered the uplinkdeviceInput
boolean indicates if the data source is a devicetagInput
boolean indicates if the data source is a taguplinkMeta.
is always required in order to access sub-properties.dataReceived
the ISO-8601 timestamp when the data was receivedbytesReceived
the number of bytes received in the uplink requestprocessingStart
the ISO-8601 timestamp when the processing was startedscriptRunUplinkStart
the ISO-8601 timestamp when script run was startedscriptRunUplinkEnd
the ISO-8601 timestamp when script run endedprocessingEnd
the ISO-8601 timestamp when the processing endedoutputProduced
the ISO-8601 timestamp when all output was produceduplinkDuration
the ISO-8601 duration of the whole uplink flowprocessingDuration
the IOS-8601 duration of the processingscriptRunningDuration
the ISO-8601 duration of the script run