Add POST option to flow Server Connect

I want to use a flow to send data to Server Connect (not via form submit) but need to do so via POST because of the character limit of GET, could you add the option to choose between $_GET and $_POST for the Server Connect option in flows?

why you dont create form then submit throught flow

1 Like

I need to submit the data many times from a repeat (with dynamic changes). The form doesn’t like being submitted multiple times without cancelling itself. I tried using the prevent modifier and calling the submit action within the flow with the direct option ticked but it still didn’t work.

The main point is, though, that if anyone wants to submit more that the 2KB GET limit using a flow, having a POST option would be really useful.

1 Like