Announcements
No record found.
Followed the instructions of this MS Official Documentation Article Add the Documents tab to the main form for a table - Power Apps | Microsoft Docs, I can see the Documents Tab and the Grid however cannot see the files and folders uploaded there, however I can upload or create documents on this tab that will be uploaded to SharePoint without issues
Am I missing something here?
Sorted the issue, basically was me with bad indentation and mispelled the <RelationshipName> for the incident 1:N relation
Ref: https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/add-documents-tab-entity-main-form#xml-sample-for-adding-the-documents-tab-to-a-form
-------
<control id="DocumentSubGrid" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}" indicationOfSubgrid="true" uniqueid="{Make an unique GUID}">
<parameters>
<ViewId>{0016F9F3-41CC-4276-9D11-04308D15858D}</ViewId>
<IsUserView>false</IsUserView>
<RelationshipName>Incident_SharepointDocuments</RelationshipName>
<TargetEntityType>sharepointdocument</TargetEntityType>
<AutoExpand>Fixed</AutoExpand>
<EnableQuickFind>false</EnableQuickFind>
<EnableViewPicker>true</EnableViewPicker>
<ViewIds />
<EnableJumpBar>false</EnableJumpBar>
<ChartGridMode>Grid</ChartGridMode>
<VisualizationId />
<IsUserChart>false</IsUserChart>
<EnableChartPicker>false</EnableChartPicker>
<RecordsPerPage>10</RecordsPerPage>
<HeaderColorCode>#F3F3F3</HeaderColorCode>
</parameters>
</control>
Hi dynamicstechy,
Thanks for sharing your solution.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Travis South 54
Syed Aqib Raza 42
ParthPatel249 33