I have a canvas app where when a user selects an item from the Gallery control, a label gets populated with that record description.
This description column can have 2000 characters.
Users sometime make mistakes and don't select all of the label text when copying leading to errors.
Is there a way where user clicks a button and it copies entire text (all 2000 characters) from the label control on the clipboard so that the user can paste it anywhere else like on word or outlook.
My users will be using this canvas app from their laptops only and not from smartphone or tablets.
You can use the Copy() function within Power Apps to copy any text on the clipboard.
See https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-copy
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.