Execute function, update fields in response to Button click in Add Note field
Hi guys
I want to add an HTML button in an Add Note field that calls a custom function (which calls an external REST API). The function returns a List of data which I want to populate a drop-down control.
Is this possible?
Thanks