Server connect direct call check status

Hi everyone,
How do I check if the direct call to a server connect with get parameters was successful?
when submit a form I can verify the response but in a flow I don’t have this possibility and I can’t manage cascade events based on the return result

Not sure what you want to check exactly, can you maybe show how you would do it on form submit? Then we can see what you’re trying to do exactly and tlel you how to do it in a flow

Hi Karh, I don’t have a form in this case.
By clicking on a button I directly create a flow in which I call a connect server.
The difficulty is understanding the response of the connect server

Ah I tihnk you want to set ‘dyanmic events’ on the server action?

Assuming it has to be in a flow (which is not necessary in your example). You can use a ‘run’ step that loads the server action you want.

  1. Put a server connect in your page and set up the ‘dynamic events’ that you want

  2. In your flow, create the step ‘run’ and select that server action to load

1 Like

Thanks, I followed this path and managed to do what I needed

1 Like