Skip to main content
1-Visitor
February 4, 2019
Solved

Result of infotable base type is not displaying in UI after binding in the Mashup

  • February 4, 2019
  • 1 reply
  • 2195 views

Hi,

 

I'm trying to write a services which takes the thing name as input, and provides property values as infotable. The service is working fine but by binding the services to a mashup nothing is displaying. 
Anyone please tell me how to fix this. 

 

Thanks in advance...

Best answer by CarlesColl

You must create and set a DataShape with the desired fields in order to be shown on the Mashup builder.

1 reply

1-Visitor
February 4, 2019

You must create and set a DataShape with the desired fields in order to be shown on the Mashup builder.

BhavyaPC1-VisitorAuthor
1-Visitor
February 4, 2019

@CarlesColl ,

 

I have created the DataShape and attached to the output parameter. 
FYI , in this service I have used a switch case which will check for  different cases and provides me an infotable data. The DataShape bound to the result parameter has few other fields which might be need for other cases.

 

Is it because of having other fields in the same DataShape giving me this issue?

Please correct me if I'm wrong.

1-Visitor
February 4, 2019

I don't understand your question, I'm sorry.