Group Location
Explore Plans
Mobile menu Close menu
Wolfram Data DropWolfram Data Drop

Add an entry to a databin

This Action will add an entry to the specified databin.

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 add an entry to the specified databin.
API endpoint slug
wolfram_data_drop.add
Filter code method
WolframDataDrop.add.skip(string?: reason)
Runtime method
runAction("wolfram_data_drop.add", {})

Action fields

Bin Text input > Other

Label
Databin ID
Helper text
Short ID, UUID or URL of target databin
Slug
bin
Required
true
Can have default value
true
Filter code method
WolframDataDrop.add.setBin(string: bin)

Data Text input > Other

Label
Data to add
Helper text
Give values or key=value pairs (e.g. x=1&y={{trigger value}})
Slug
data
Required
false
Can have default value
true
Filter code method
WolframDataDrop.add.setData(string: data)