Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
how to bind things properties to dropdown list..? please help
Related to post
Solved! Go to Solution.
We can't bind thing properties directly to a dropdown list in a mashup. Mashups will generally only fetch data from services.
However, there is a built in service all Things have called GetProperties. Adding this service to a mashup should allow you to essentially bind your custom properties to the mashup.
This built-in service may not be enough for your use case of creating a drop-down list (unless you already have an infotable as a property you'll work against). So generally you will need to write your own service that returns the properties you'll need to bind to your list widget.
We can't bind thing properties directly to a dropdown list in a mashup. Mashups will generally only fetch data from services.
However, there is a built in service all Things have called GetProperties. Adding this service to a mashup should allow you to essentially bind your custom properties to the mashup.
This built-in service may not be enough for your use case of creating a drop-down list (unless you already have an infotable as a property you'll work against). So generally you will need to write your own service that returns the properties you'll need to bind to your list widget.
Hope you are doing good. Could you please confirm if the issue has been resolved.
If yes, please mark the answer as accept as solution for the future reference. Thank you in advance.
Regards-Mohit Goel