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
- 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)
- 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)