A beginner's guide
Explore Plans
Mobile menu Close menu
Lightform CloudLightform Cloud

Set parameter value

This action will update a slide parameter value

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Device serial number Text input > Other

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)

Name Text input > Other

Label
Which parameter should we update?
Slug
name
Required
true
Can have default value
true
Filter code method
LightformCloud.setParameterValue.setName(string: name)

Slide name Text input > Other

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)

Value Text input > Other

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)

Type Text input > Other

Label
What type of parameter is this?
Slug
type
Required
true
Can have default value
true
Filter code method
LightformCloud.setParameterValue.setType(string: type)