
Announcements
Dear Experts,
I am trying to add copy the GUID from Local Cache to Collection but the display sequence is incorrectly showing . Please help me with the correct way ,
Below Collection "HTTP_Body_8" is free in which i am trying to add the GUID.
Collect(pmosave2 ,
{
HTTP_Body: "",
HTTP_Body_1: "",
HTTP_Body_2: "",
HTTP_Body_3: "",
HTTP_Body_4: "",
HTTP_Body_5: "",
HTTP_Body_6: "",
HTTP_Body_7: "",
HTTP_Body_8: GUID()
}
);
LoadData(
pmosave2,
"MyLocalData1"
);
For testing purpose . i have loaded the collection pmosave2 into datatable , Below is the screenshot of pmosave2 datatable display,
It suppose to be against each line of HTTP_Body.
What might be went wrong . Please share your expertise. Thank you in advance,