Support Article
Load-DataPage fails to populate the data on the clipboard
SA-11993
Summary
You try to load a data page through the Load-DataPage method and the data page is not loaded on clipboard under data pages for both thread and requestor scopes.
Error Messages
Not Applicable
Steps to Reproduce
- Create a data page D_page ( Data Page).
- Create an activity with Load-DataPage method and pass "D_page" (the data page) as a parameter.
- Run the activity.
Root Cause
The root cause of this problem is: The Load-DataPage method loads the datapage asynchronously in the background. It can be verified by checking the "ADP Load" in the tracer settings. It will provide a link in the tracer step to trace the datapage load. Until the datapage is referenced in the work flow, the data page will not be loaded in the clipboard.
Resolution
The explanation for this behavior is as follows:
The datapage is being loaded asynchronously in the background and will not be visible in the clipboard untill you refer it from your work flow.
Published July 10, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.