New test version in the store.
I have added a new event option to trigger user object clicks. So in the HTML that you pass in, add an onClick attribute to the objects as follows:
<img id="imag1" src="ok.png" " onClick="onObjectClick('OK');"> <img id="imag2" src="cancel.png" onClick="onObjectClick('CANCEL');">
The ‘onObjectClick’ has to be exactly as shown so that it calls the correct function.
The ‘OK’ / ‘CANCEL’ can be any text you like and is passed into the Flow as a token so you and use that in the AND section to decide what object was clicked.