Screen Navigation in sagas

redacted redacted redacted

Heyhey,

I think you are looking for this action:

FormEngineActions.command({
		engineEvent: Commands.changeScreen({ screenName: <YourScreenName>}),
		activityId: activity.id
	});

Hope that helps! :slight_smile: