13
Views
1
Comments
Solved
Need to Pass data from Javascript API Response to Output Parameter of Javscript

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.


2025-02-01 08-24-49
Sathish Karunakaran
Solution

Hi,

Try to use resolve() at the end of the success section. like this.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.