Reuse of Requests to avoid duplication

Hi, My question is:

Is it possible to create a single repository of API Requests that I can then call into different workflows to avoid having to duplicate the Requests in each workflow ?. I’m aware i can use the setNextRequest function for wf building but that would still require duplication for a second workflow. Thanks

John

1 Like

Hi there @jdoyle1974 -

There’s an existing feature request for this. Feel free to chime in with your specific use case, if not already listed.

In the meantime, your question is similar to this broader one asked about re-using tests and requests. Perhaps you’ll find something useful in this thread.

1 Like