How do i enable “Copy to clipboard” success notification

hey guys

how to do enable a success notification when a user hits copy to clipboad button. Currently it just copies the text/data but shows nothing afterwards.

Thank you all

In classic apps, it used to be built into the action. With the current version of Glide apps, you’ll need to create a two-action “workflow”:

  1. Copy to clipboard
  2. Show notification
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.