Hello @jvilla,
At the moment, it is not possible to trigger a scene from a different one with the basic options offered by the VeraMobile app. However, you can do it by sending an HTTP request. Let’s say you want Scene 1 to trigger Scene 2 every time the former runs. You need to add an HTTP request as an action to Scene 1 that runs Scene 2, see the picture below:
Then, you need to add the URL. It should be something like this:
http://**CONTROLER_IP**:17000/v1/method/hub/scenes/run?sceneId=**SCENE_ID**
You can get more information on HTTP requests in Ezlo here. Remember to change the values for the controller’s IP address (you can get it from the app) and the scene ID (you can get it from the API tool). It should look like this:
Let me know if you have any questions regarding this process.
Best regards!