Flow Actions need to use configuration instead of envrionment?

Hi @elliotlandry

If you snapshot your module the inputs you defined in the start block will show up when you use the module in your action and you can pass the configurations in like so:

With your start block inputs being connected to your API like this:

What you name the start block inputs doesn’t matter it’s just a label for you.

Let me know if this makes sense.