Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689979000/3ec81a25-3875-4c49-81e2-8fb94bf621ed.jpg?itok=j1wA-XiB)
Accenture
IN
Last activity: 24 Nov 2021 7:43 EST
How to read and retrieve Clipboard property value and assign to a another page list property
Hi Team
I have a requirement where i have clipboard structure like this
Property Value
AccNo 1234
LineNumber 5678
i need to split this property and value and assign to another page list property as below
RequestList is page list
RequestList(1) .Name=AccNO
.Value=1234
RequestList (2) .Name=LineNumber
.Value=5678
Please help me out in solving this scenario