Appearance
Install PWA
Prompt the user to install your app as a PWA (Add to Home Screen) when their device supports it.
This is useful when you want your app to feel more like a native app, with an icon on the home screen.
Add the action
- In
Interface, open a workflow. - Click
+ Add an action. - Go to
PWA. - Select
Install PWA.
How it works
When you run Install PWA, the browser may show an install prompt (for example “Add to Home Screen”).
If the browser doesn’t support showing an install prompt, nothing will happen.
iOS limitation
On iOS, installing a PWA usually requires manual steps in Safari:
- Tap the share icon.
- Select
Add to Home Screen.
Common pitfalls
The install prompt doesn’t appear
This can happen if:
- The device/browser doesn’t support the install prompt.
- The user already installed the PWA.
- The app isn’t eligible for installation (for example, missing PWA setup).

