Hi there,
Can we listen javascript event and begin OutSystems Action?
Hi Yatima,
Yes you can. Just create the js to add the listener and on the function that runs, click on a hidden button that calls a screen action.
Regards,
Marcelo
Wow, you are clever!
I found "$actions" to access OutSystems Action.
foo.onBar($actions.onBarAction)
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/JavaScript/Extend_Your_Mobile_App_Using_JavaScript/Defining_Asynchronous_JavaScript_Code#Call_an_Asynchronous_Client_Action
Since you didn't specify web vs mobile i gave you the answer for web because is the one I have more knowledge. But if you are building a mobile app that is a way of doing for asynchronous cases.
Would the same work for a Reactive app?