# External app launcher

The external app launcher can be used to launch an external app, for example Flow Print or Google Maps, directly from a workflow.

* **Title**\
  The title will be the prompt on the user step object.
* **Icon**\
  Select the icon that are to show on the object.
* **Target Variable**\
  The name of the object output variable.
* **Pre Large Text**\
  The large text shown on the object before being executed.
* **Pre Small Text**\
  The small text shown on the object before being executed.
* **Post Large Text**\
  The large text shown on the object after being executed.
* **Post Small Text**\
  The small text shown on the object after being executed.
* **Auto Run**\
  If ticked, the external app launcher will be automatically started when the user gets to a step where it is included.
* **Allow Empty**\
  Tick this box if the user should be allowed to continue in the workflow without running the external app launcher.
* **Allow Multiple Runs**\
  Tick this box if the external app launcher should be possible to run multiple times.
* **Android/iOS/Universal Windows URI**\
  Enter the URI for the app which is to open here in these fields.
* **External App Callback Keys**\
  Variables into which callbacks from the app are to be stored.
* **External App Input Variables**\
  Variables which are to be sent to the external app. If Flow Print is the app that is to open, this is where the ZPL code variable is put.

![](/files/-LvKRfP9Fjysa4q6OfLk)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.novacuraflow.com/6.11/development/flow-studio/applications/workflow/user-step/external-app-launcher.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
