Closed
Description
Hello, I am working on an add-in that needs to be able to make multiple requests at once. The idea is:
Get user input from cell -> Package this in a web request -> Our backend sends back a response based on what's sent in the web request. I have no trouble setting up the request response cycle, but am having some issues with latency, and am wondering if anyone has suggestions so that I can make about 1000-1500 queries at a time.
I thought about making the request, then saving the response content to the excel file, but the problem with this is that the backend data updates on an unpredictable schedule. Therefore, a user using this saved response could end up with old data in their spreadsheet.
Thanks
Metadata
Metadata
Assignees
Labels
No labels