So I have a Combobox that stores over 30k items. After selecting one, the other users will need to copy whatever was chosen. However this text is unselectable, correct? I need a way so they can copy whatever was selected. I see three options:
1- Wouldn't want this one but, having a Label that just replicates the text of what was selected. Know how to do this but just adds more text to my app.
2- Making it somehow selectable, which I don't know how to do. This would be the ideal way.
3- Dunno if this is possible, but creating a button that sets to Clipboard whatever was selected. ChatGPT told me with a button -> OnSelect "SetClipboard(Label1.Text)", but PowerApps says it does not recognise that function.
Do you se a 4th option? Would love is the 2nd is possible, if not, i'll be glad with any solution. Thanks in advance