Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi hoping you're doing well
I've a service that the output is a infotable with a data shape
And I use the output in the example mashup that I've
Now I want to use part of the output (1 table column) to fill a List, can I do it with the same service or do I need other?
Can you give me a coding example?
Best Regards,
Marcos
Hi @MM_9665428,
A service can have only one output.
If you need to display this infotable in a mashup you will need it as output of a service so you will need to keep your current service (service1) as is.
You can then then create a new service (service2) and use the output of service1 as input to service2.
Or, if what you want is simply to display one of the columns of the output infotable of service1 in a List, you can simply bind the output of service1 to a List widget and select the column name you want to display in the "DisplayField" parameter of the List widget.
I hope this helps.
Hi @MM_9665428.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon
Based on your description, I think you'll have to create another service to do so.