Pass variable to library action

I want to call the same library action twice, but each time with a different input. How do I pass inputs into a library action? “Exec Action” doesn’t seem to allow me to, as far as I can tell.

Just guessing here as I have yet to use Libraries for anything. But could you use a repeat step in your action?

I don’t think that would work for my use case. Use case: my API gets 3 POST inputs. I want to call the same library action twice, once with the first POST input and once with the second POST input.

Exec is what you want. Inside the library, setup PARAM inputs and those will be exposed on the Exec action.

6 Likes

Brilliant. Thanks again, Ken!

1 Like