This action will update a slide parameter value
- API endpoint slug
- lightform_cloud.set_parameter_value
- Filter code method
- LightformCloud.setParameterValue.skip(string?: reason)
- Runtime method
- runAction("lightform_cloud.set_parameter_value", {})
Action fields
- Label
- What is your device's serial number?
- Helper text
- It should be printed on the label on the bottom or back of your device.
- Slug
- device_serial_number
- Required
- true
- Can have default value
- true
- Filter code method
- LightformCloud.setParameterValue.setDeviceSerialNumber(string: deviceSerialNumber)
- Label
- Which parameter should we update?
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- LightformCloud.setParameterValue.setName(string: name)
- Label
- Which slide is the parameter on?
- Slug
- slide_name
- Required
- true
- Can have default value
- true
- Filter code method
- LightformCloud.setParameterValue.setSlideName(string: slideName)
- Label
- What should we set the parameter to?
- Slug
- value
- Required
- true
- Can have default value
- true
- Filter code method
- LightformCloud.setParameterValue.setValue(string: value)
- Label
- What type of parameter is this?
- Slug
- type
- Required
- true
- Can have default value
- true
- Filter code method
- LightformCloud.setParameterValue.setType(string: type)