Hello, I have a sharepoint list form which shows records that are associated with it. When I click on the record, it redirects to the records view form which is not showing any data. But when I click the edit all then it shows data. What should be the fix so that the redirected view form also shows the data?
Below one is correct when edit all is clicked in the list
View Form shows nothing unless I click edit all.
Hello @v-bofeng-msft ,
Below are the details. Strangely it seems intermittent problem. I get the data sometimes but sometimes it appears request times out.
Item:
If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected), First([@Records]), SharePointIntegration.Selected)
Data Source:
Records
Hi @Vaibhav_k :
Could you please show me the form's DataSource property and Item property?
Best Regards,
Bof