Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In my ESB job, I currently am returning the following when my job returns no records:
{}
What I want is to return a payload with an empty array like such:
{
"records": []
}
How can I accomplish this using tXMLMap and tRESTResponse?