Skip to content

Handling multiple requests #352

Closed
Closed
@KD33

Description

@KD33

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions