Use Non-Custom Action while accessing metadata

I was wondering if it’s possible to use a non-custom action and also receive the metadata from it or what would be the best way of achieving that?

For example, I have a button that when pressed leads to next screen within the judo experience but would also like to capture that the button was pressed. Is this possible to do?

Thanks!

This isn’t currently possible but support for this type of use case is scheduled for an upcoming release. Currently you can only assign a single action to any layer but we are changing that to allow a layer to have multiple, sequenced actions. So you could have your layer fire off a custom button action when tapped and then also transition to the next screen.

1 Like

Just a thought, if the button pressed transitions to another screen, you could capture the button press through the Screen Viewed Notification as outlined in the developer docs here: Judo Developer Portal