How do you initiate javascript after a REST service completes?
This may be a stupid question, but I have programmed javascript that pulls information from a field that is populated via a REST service. I have tried setting the event order after the REST service, but the script appears to run before the REST service can populate the field. As a result, my output is blank. How can I delay my javascript to run only once the REST service is complete?