Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Missing Data

(1) ShareShare
ReportReport
Posted on by 164
I have two Identical bits of code in two canvas apps. One is a test app I created to test the code and the second is my app I'm developing.
Here is the code:
Set(var_reportId, GUID("2565xxxx-xxxx-xxxx-xxxx-xxxxxxxx2ac2"));
Clear(tmpReport);
ForAll( Filter(Sections, 'Technical Report'.'Technical Report'=var_reportId And 'Include in certificate'='Include in certificate (Sections)'.Yes),
  Collect(tmpReport, {Name : 'Section Number', QP: 'Responsible QP'.'Full Name', SortNo: 'Sort Number'})
)
It's just in the OnSelect of a button.

When I click it in my test app I get: 

This is expected as not all the records have an entry for QP. When I scroll down I can see some are there.

However, When I click it in my dev app I get a strange empty collection:

It has the correct 195 rows, but none of the data is populated.
These are lines from a Dataverse table and the GUID is the same, so the data should be identical.
I have checked the App Settings and everything there is identical.
Does anyone have any Ideas?
Categories:
  • IAmIntractable Profile Picture
    245 on at
    Missing Data
    Are you using SharePoint? If so, are the backend list names the same?
    Are these different apps? Are you sure the correct field name is being assigned to each column in the dev app?
  • Suggested answer
    Michael E. Gernaey Profile Picture
    40,272 Super User 2025 Season 1 on at
    Missing Data
    HI,
     
    Can you verify, by looking at the data in your app that its not showing. this could be a bug in the Variables/Collection area.
     
    So, please try
     
    Put a label
    in the text type
    First(tmpReport).SortNo
     
     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard