Not able to copy to clipboard on click of a button using UIPath

Greetings. There is a button which does copy the contents to Clipboard. Say for example like how it is in wordtune. Able to click the button through UI Path. But the issue is the content is not getting copied. But when we try clicking the button manually, the content is getting copied.
I have tried GetValue/Get Text also. The output is label of the button. But that is not needed. I wanted the content to be copied to clipboard so that i can use it in other places.

Kindly help
Thanks in advance
image

use click activity

and then use copy to clipboard activity

Actually SimulateClick was made to set as true by mistake. On changing it to False it worked as expected.
THank You everyone

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