my app has an input field and an output field and works basically like google translator. I would like to add a paste button below the input field and a copy button below the output field that pastes/ copies in the respective field. Unfortunately, I didn’t come up with a working solution yet. Can anyone help me?
For copy/paste functionalities, use the Toolbox plugin - Toolbox Plugin | Bubble to be able to add custom javascript to your WFs.
Then you can use native JS clipboard manipulation code to do it.