I have a form with a select component. In this select (dropdown) i want show the users being managed by a centain manager (initiator).
I'm using this DAL-query:
In the JS Editor i have this:
The select component looks like this:
With this i get the error in my console saying the function data.getUsersByManager is not defined.
Any tips how to fix this?