The "Type" Parameter
Create custom functionality with the 'type' parameter.
Example Export URL
Output (CSV)
Name,Age,Gender,Occupation
John Doe,35,Male,Engineer
Jane Smith,28,Female,DoctorJSON Records
What does it do?
Example
[
{
"Name": "John Doe",
"Age": 35,
"Gender": "Male",
"Occupation": "Engineer"
},
{
"Name": "Jane Smith",
"Age": 28,
"Gender": "Female",
"Occupation": "Doctor"
}
]JSON Index
What does it do?
Example
JSON Split
What does it do?
Example
JSON Columns
What does it do?
Example
JSON Table
What does it do?
Example
XML
What does it do?
Example
Excel Web Query
What does it do?
Example

HTML Table
What does it do?
Example
Dynamic HTML Table
What does it do?
Example

Last updated