Thursday
How can i make my Api recipe with action as a sql server to display all the records i can currently see only 1 record when testing on test interface
Thursday - last edited Thursday
[
{
"name": "FromLocation",
"type": "string",
"optional": false,
"label": "From Location",
"control_type": "text"
},
{
"name": "GuestName",
"type": "string",
"optional": false,
"label": "Employee Name",
"control_type": "text"
},
{
"name": "Iscancelled",
"type": "boolean",
"optional": false,
"label": "Iscancelled",
"control_type": "checkbox",
"render_input": "boolean_conversion",
"parse_output": "boolean_conversion",
"toggle_hint": "Select from option list",
"toggle_field": {
"label": "Iscancelled",
"control_type": "text",
"toggle_hint": "Use custom value",
"name": "Iscancelled",
"type": "boolean",
"optional": false
}
},
{
"name": "PNR",
"type": "string",
"optional": false,
"label": "PNR",
"control_type": "text"
},
{
"name": "SeatType",
"type": "string",
"optional": false,
"label": "Seat Type",
"control_type": "text"
},
{
"name": "ToLocation",
"type": "string",
"optional": false,
"label": "To Location",
"control_type": "text"
},
{
"name": "ttime",
"type": "date_time",
"optional": false,
"label": "Timestamp",
"control_type": "date_time",
"render_input": "date_time_conversion",
"parse_output": "date_time_conversion"
},
{
"name": "xDepartment",
"type": "string",
"optional": false,
"label": "Department",
"control_type": "text"
},
{
"name": "xEndDate",
"type": "string",
"optional": false,
"label": "EndDate",
"control_type": "text"
},
{
"name": "xStartDate",
"type": "string",
"optional": false,
"label": "StartDate",
"control_type": "text"
},
{
"name": "CIRYSID",
"type": "integer",
"optional": false,
"label": "CIRYSID",
"control_type": "integer",
"parse_output": "integer_conversion"
}
]
Thursday
Was able to resolve this. Thank you
Friday
Hi @Jelly1118,
Could you please let us know how was it resolved.
Regards,
Prudvi