Added the ability to replace events

Hi, Could someone explain how this would work in practice? I want to say “awesome” but I am not entirely sure what it does/fixes or enhances.

Thanks

10/07/19
Added the ability to replace events and actions by another one of a different type (“button is clicked” -> “page is loaded”, for instance).

@jnbridges makes it much easier to replace events, just like we can with elements in the editor :slight_smile:

image

1 Like

Sure. Imagine you’ve created a complex workflow that is triggered by a button click. Now you would like to trigger that workflow on page load instead of with a button click.

Previously, the entire workflow would have to be rebuilt under a Page is loaded trigger.

Now, you can simply click Replace by another type and choose Page is loaded. Boom! Done. A time consuming task done in a couple of seconds without the errors likely to occur when rebuilding workflows.

2 Likes