6. View Conversation (Parameter)

The Current User's two most recent conversations are one-click away within the desktop navigation reusable element.

When the Current User clicks this Group Conversation (in RG) element within the desktop navigation reusable element, they will be navigated to the messages page, with the parameter "c = Current cell's Conversation's unique id":

How this works:

In preview mode, the Current User clicks on a Conversation within the desktop navigation reusable element:

The Group Conversation (in RG) element within the desktop navigation reusable element:

When it's clicked, this "Go to Page" workflow is run:

By doing this, the Current User is navigated to the messages page, with the added parameter "c=Current cell's Conversation's unique id". This parameter is shown in the page URL, and 'tells Bubble' that the Current User would like to view this specific Conversation, once the messages page is loaded.

Once the page is loaded, that selected Conversation will be shown to the Current User because of this pageload workflow shown below.

The Current User will be able to immediately start typing their message in the Conversation they just clicked to view.

Last updated