Question

Web Service response to Dropdown

I'm receiving item names from a third party via web services in JSON format. I want to trigger that web service when I click on a dropdown field, and the response from the web service should populate in the clicked dropdown. Can you please help me with this?

Like 0

Like

2 comments

Please use another approach in your business task. It seems impossible to set the response from a third-party service in the dropdown.

You can implement a virtual entity with entity executor on the backend which'll call the 3rd party service and parse the response into entities.
On frontend you'll just use it as a regular object. 

Show all comments