web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / SharePoint Document Li...
Power Apps
Answered

SharePoint Document Library Hidden Column Copy Source in PowerApps Form

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi

 

One of our client was using Copy To option in Document Library in their On Prem SharePoint 2013. When they use Copy To option, the copied document's _CopySource hidden field has the source document url. In On Prem SharePoint 2013, if the document has value in _CopySource field, in the View/Edit form properties shows message that the document is copied from the source with hyperlink. Now the client has migrated all the content to SharePoint online. The client is using Modern Experience for Sites. After migration, the _CopySource value also copied and can be viewed in Classic Experiecen. But in Modern Experience there is no option to view it. But the client needed that options.

 

We tried with PowerApps form, to display the value of _CopySource field. But PowerApps form not showing in the list of field available. 

 

I Just wanted to is there any way to show SharePoint hidden field values in PowerApps form? 

 

Thanks 

 

 

Categories:
I have the same question (0)
  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Do you want to display _CopySource field in powerapps?

    I'm afraid it's not supported to display it in powerapps currently.

    Not all sharepoint columns are supported in powerapps:

    2141.PNG

     I think _CopySource should be one of the not-supported fields.

    I suggest you post your idea about supporting this field in powerapps in our idea forum:

    https://powerusers.microsoft.com/t5/Ideas/ct-p/PA_Comm_Ideas

    If many people vote for you, this feather may come true in the future.

     

     

    Best regards,

  • ques0buffet Profile Picture
    105 on at

    You can use a Flow SharePoint HTTP Request to grab the copysource field.

    URI:
    _api/web/lists/getByTitle('MyLibrary')/items?$select=OData__CopySource&$filter=Created ge datetime'2020-08-01T00:00:00'

    Output:

    {
     "odata.metadata": "https://abc123.sharepoint.com/sites/sub1/sub2/_api/$metadata#SP.ListData.DevCDSApprovalsItems&$select=OData__CopySource",
     "value": [
     {
     "odata.type": "SP.Data.DevCDSApprovalsItem",
     "odata.id": "aba4f7dc-6fe7-482c-953a-4685b14bfa3a",
     "odata.etag": "\"0\"",
     "odata.editLink": "Web/Lists(guid'4160a4d6-808a-82c1-f0fa-375acdcc9773')/Items(1157)",
     "OData__CopySource": "https://123.sharepoint.com/sites/funsite/anothersite/alibrary/lulz.pdf"
     }
     ]
    }

     

    http_get_01.PNG

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard