cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Issue while binding the output of the service to the dropdown widget

DK_10066869
4-Participant

Issue while binding the output of the service to the dropdown widget

I have an issue while binding the output of my service to the dropdown widget.

This is my service below when I execute it by clicking on 'play' button it gives me my desired output.

 

let alldata = Things["Paitent_Data_Table"].GetDataTableEntries();
let params = {
t: alldata /* INFOTABLE */,
columns: "Paitent_Name" /* STRING */
};

// result: INFOTABLE
result = Resources["InfoTableFunctions"].Distinct(params);

 

but when I add this service to the 'data tab' in mashup builder and when I expand all data tab of this service I am not getting data over there. but this is happening only for this service the other services are working properly.

 

 

ACCEPTED SOLUTION

Accepted Solutions

Can u check if u have defined a Datashape for the output infotable

View solution in original post

2 REPLIES 2

Can u check if u have defined a Datashape for the output infotable

Thank very much  for your response sir. It is working now. I didn't saw that small mistake. 

Announcements


Top Tags