I have a SelectSQL service that returns a DocumentList having three fields (EMPLOYEEID, ENAME, SAL) in each Document. How to convert the DocumentList to Document by using Built-in service documentListToDocument. Is it possible?
If so, what values we need to pass to “name”, “value” fields (input fields of Service In variables of documentListToDocument service) ?
i also think that the document should have name/value pair which means either
emp id/salary OR emp name/salary please choose according to ur proj needs.