This action will append a new record to a stream in a data.world dataset or data project. New data appended to a stream will be processed the next time sync runs.
Developer info
API endpoint slug
datadotworld.append
Filter code method
Datadotworld.append.skip(string?: reason)
Runtime method
runAction("datadotworld.append", {})
Action fields
Dataset key Dropdown list
Label
Dataset or Data Project
Helper text
Which dataset or data project would you like to update? Create new
Slug
dataset_key
Required
true
Can have default value
false
Stream name Text input > File name
Label
Stream
Helper text
Which stream would you like to append records to? IMPORTANT: Stream names can only contain lowercase letters, numbers and dashes (e.g. my-stream).
Which keys and values would you like in your record? Keys and values must be separated by "||". Key-value pairs must be separated by "|||". Example: first||Steve|||last||Rogers