Question
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