Allows you to manage clipboard data- copy text to clipboard or get current clipboard text.
Hi, do it able to copy specify text instead of whole text?
For example: Adidas 10PercentOFF
Copy "10PercentOFF" without copying Adidas
Something like this can work: set Copy to Clipboard as: replace(InputCopy.Text, "adidas", ""). This will replace "adidas" with "", i.e., an empty string
Hi Sparsha!it works for me :D Thank you so much!
Hi, you can use the System expressions such as find or replace and then compare your Text or something according to your requirements. You will find them under the "Text" group in System expression list.