Skip to main content
14-Alexandrite
September 29, 2022
Solved

Unable to bind output of a service

  • September 29, 2022
  • 1 reply
  • 983 views

Hi, 

I have a service that is triggered based on a different event. The service takes 1 input and outputs an infotable.

When I try to bind a dropdown to the output of this service I don't get any option to bind the service output to a dropdown.

Best answer by TL_9220870

did your output into your service also declare a datashape. in order to continue working here, the form of the infotable must be known at the output, otherwise thingworx doesn't know what it should offer you as options.

1 reply

12-Amethyst
September 30, 2022

did your output into your service also declare a datashape. in order to continue working here, the form of the infotable must be known at the output, otherwise thingworx doesn't know what it should offer you as options.

14-Alexandrite
September 30, 2022

Yeah, I got to know it from PTC documentation later. 

Thanks a lot for your response.