How to access clipboard property from Div tag?
Hi,
I have a requirement to display external application screen within pega through a widget provided. There we need to pass mandatory app key in div tag
<div data-xyz='{
"appKey" : "appKey",
"initializationType" : "connect"
}' >
</div>
app key presents in the clipboard and unique for each work item. Does any one how we can access the clipboard from a div tag to get that value?
***Edited by Moderator: Pallavi to update platform capability tags***