Hello,
We have developed API Endpoint for external systems which push data to our Wappler DB.
In the very end of data processing API action workflow I had Response 200 and then Refresh Server Action - for socket - so that data is displayed for web users.
And I found that if Refresh Server actions comes after Response 200 - it’s not executed, but if sequence is Refresh Server Action and Response 200 after - all works as it should work.
Question to @patrick - is it by design or some sort of bug?