Call multiple Server Actions?

I’m using different insert statements. Now I have for example a picture Upload Action, which is everytime the same. Is there a way to add that “Global” Server Image Upload Action to my different Insert statements?

Maybe via Include?

Example:

  • Insert Statement A on page_A.php
  • Different Insert Statement B on page_B.php
  • Different Insert Statement C on page_C.php

Now on all these three pages above I would add the same Server Action. For example an Image Upload or similar. Is there a way to do that? Or maybe kinda new Server Action step, called "Continue with ServerAction XZY"

You can do that with the onsuccess events on the page. On success of x action- run server action y.