Forward Payload
less than a minute
Forward Payload sends the payload from a source field to destination field.
Supports only for the Field resource.
- Navigate to Operations >> Forward Payload
- Click on Addbutton
Form View
- On the Source FieldandDestination Fieldtype Field ID, displays matching ids as a dropdown. 
YAML View
id: forward_water_level # (1)
description: Sends tank water level to display node # (2)
enabled: true # (3)
srcFieldId: field:mysensor.1.1.V_VOLUME # (4)
dstFieldId: field:mysensor.13.1.V_VOLUME # (5)
- id- should be unique across forward payload
- descriptionof the entity
- enable- enable/disable this entry
- srcFieldId- source field id
- dstFieldId- destination field id
  Last modified May 13, 2021: add schedule page (a533620)