Navigate to another App

Dear App builders :slight_smile:

I’d like to implement a specific feature, similar to the navigation cell CC but instead it redirects you to another App. Most important functionalities needed (reference to navigationCell CC) would be “goToPage” and “variablesToSet” So basically I would need to be able to navigate to a specific page and set a variable bound to a dropdown filter.

Is that possible or do you know of any way that can handle a redirection to another app?

Hi Iheb,
in case this component should also be a custom-cell, you could simply extend the current navigation-cell with a new property (e.g. isTargetExternal). You would then need to encode the required variables into the Apps URL param state before navigating to the external App.

If you need help there you can also approach me :slight_smile:

1 Like