Strategy ONE
Pass Element Prompts via URL API
Starting in Strategy One (August 2025), you can dynamically pass element prompts using the user interface. You can also use the OriginMessageID parameter to append your prompt answers to a dashboard URL. Pass element prompts and parameters for a simplified link generation process and smooth user experience that allows you to generate links that target specific information.
Prerequisite
Generate the Element Prompt URL
-
Open the dashboard that you want to generate a link to in authoring mode.
-
Select a dashboard field and click Generate embedding URL
.
-
Click select prompts.
-
Select the prompt and prompt elements and click Select.
-
Click Generate Link.
-
Paste your generated link to your desired location.
Generate a URL Using the OriginMessageID Parameter
You can append the OriginMessageID
parameter to assist in generating a URL the includes an element prompt in addition to other elements.
The OriginMessageID
corresponds to an existing report, or document instance. This is used by the resulting report or document to extract the prompt answers from the specified instance and use them as prompt answers to any corresponding prompts in the requested report or document.
For more information on URL parameters such as promptAnswerMode
and selectMode
, see Strategy URL Parameters.
See the following example to generate a link that includes an element prompt, object selector, and PDF export:
-
Create a prompted dashboard with an object selector.
-
Open the dashboard in presentation mode.
- Click
Share >
Share Dashboard.
- Click Copy in the bottom right corner.
-
To generate the PDF export, append
/export/pdf?
to the end of the link. -
To generate the current instance that includes the prompt answer and in canvas selector, add
OriginMessageID={&DOCUMENTMESSAGEID}
to the end of the link. -
To generate the selector, add
&selectMode=1
to the end of the link.The resulting link should look similar to the following:
https://env-xxxxxx.customer.cloud.microstrategy.com/MicroStrategyLibrary/app/B7CA92F04B9FAE8D941C3E9B7E0CD754/B3EAE7053A4B3FCCFC15078FA687E7EA/share/export/pdf?OriginMessageID={DOCUMENTMESSAGEID}&selectMode=1
-
Paste your link to your desired location.