Skip to main content

Selectable Value

Inserts the selected value from a predefined list.

Parameters

1️⃣ Field Title

The title of the field. It appears on the form when you expand the snippet.

If you copy-paste the same placeholder with the same title and parameters, it will automatically reuse the same value. When you change placeholder in one place it will be updated in all other places.

2️⃣ Values

A list of values separated by ;.

You can also provide multiline values by using \n.

Example:

Option 1;Option 2 - line 1\nOption 2 - line 2;Option 3

Syntax

{@selectable|Sample|Option1;Option2;Option3@}

Use Cases

This placeholder can be useful when you want to create a similar template but for different options.

Example

You have a template with a meeting invitation and you use the same template for different types of meetings. You could create the following snippet:

Good morning team,

Today we meet on {@selectable|Meeting Type|Standup;Sprint Planning;Retrospective@}.

The {@selectable|Meeting Type|Standup;Sprint Planning;Retrospective@} will start at 10:00 AM.

Make sure to prepare the necessary materials.

Best regards,
Meeting Organizer

In this example, you can select the meeting type once and it will be applied to all places where you use the same placeholder.