Hi,
I'm making an AJAX API call in reactive JavaScript, processing the response, and passing it to an output parameter. I also used $resolve() at the end of the script, but the value is still not being assigned to the output parameter.
Try to use resolve() at the end of the success section. like this.