Automatically copy ChatGPT response to clipboard

I'm working on a project that involves integrating ChatGPT into my Flutterflow app. I'm currently using Actions to handle various functionalities, and I was wondering if it's possible to create an Action that automatically copies the ChatGPT response to the user's clipboard after it's received.

Here's what I'm trying to achieve:

  1. User inputs a query in the chat.

  2. ChatGPT generates a response.

  3. I want this response to be automatically copied to the user's clipboard.

Is there a straightforward way to achieve this using Flutterflow and its Actions feature? If so, could you please guide me on how to set it up or point me in the right direction?

Thank you in advance for any help or suggestions!

1