Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi All,
I have an service,
in which i need 2 different kinds of outputs,
1 is infotable and another 1 is string types.
How can i do this ,
Please help.
Solved! Go to Solution.
Create a new result as InfoTable with a Data Shape like
The InfoTables are nested.
It works the same way as giving back i.e. a multi-dimensional array.
Hi @Irfan_Pasha
Services can only deliver one result (like any JavaScript function).
However you can pack it into an InfoTable, which will hold the two values you have (InfoTable + String)
Best Regards,
Michael
How can i pack,
can u pls give an example
Create a new result as InfoTable with a Data Shape like
The InfoTables are nested.
It works the same way as giving back i.e. a multi-dimensional array.