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
2 comments
19:16 Oct 09, 2024
Please use another approach in your business task. It seems impossible to set the response from a third-party service in the dropdown.
02:45 Oct 12, 2024
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