Hi Siddharth,
You can use the read stage first on the spied element from where you can read the text and store it inside a data item. This value you should ideally pass out as an output parameter from your created action in the business object that you are creating for your application.
In the Process Studio, when you call this action via Action stage, you can store the read text from that application in a data item and then use another action stage after this called as: 'Set Clipboard' from 'Utility - Environment' VBO. Here, you will require to pass the data item which consists of the value that you read and stored from your business object previously.
After this if you want to use the clipboard text, you can either use the 'Get Clipboard' action from the same 'Utility - Environment' VBO or you can also use the GetClipboard() function present in your Calculation stage and Decision stage for any operation you want to perform with it.
Hope it clears your doubt.
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.