Skip to main content
17-Peridot
June 24, 2021
Question

dynamic inputs for list widget

  • June 24, 2021
  • 1 reply
  • 758 views

Iam using list widget. The datas in list dropdown should come from a service where the input is dynamic datatable name. In properties of list widget, the displayField and valuefield takes the datashape of the datatable.

 

now my question is.. like datatable name, how in can pass datashape name also dynamically??

1 reply

17-Peridot
June 24, 2021

If I understand you correctly, the relationship between thing service and list widget is as below:

  • input DataTable Name ---> A Thing Service --> output result is the datashape of input DataTable
  • Bind the service result to the list widget

Am I right? If so, the displayField and valuefield will be "result", it can dynamically display the names of different datashapes used by different dataTables.

6-24-2021 4-33-35 PM.jpg