Skip to main content

Notifications

Community site session details

Community site session details

Session Id : 1dPH/JhxMpqYhuiSao3cHU
Power Apps - Building Power Apps
Suggested answer

PowerApps Collection behaving differently on different browsers

Like (1) ShareShare
ReportReport
Posted on 10 Apr 2025 06:09:54 by
Hi all,
 
Our team recently encountered the PowerApps 500/2000 data row limit and we've switched to using PowerAutomate to bring in a JSON String from Sharepoint List to PowerApps and using ParseJSON() to create collections of the tables.
 
After our QA, we've seen that our ClearCollect's are not populating some downstream collections in our app on some of our browsers.
 
Here is the code block in question:
ClearCollect(
    NewCollection,
    Filter(
        ParseJSONCollection,
        ProjectID = TextInputCanvas_ProjectID.Value,
        DateTimeValue(Date) = DateTimeValue(
            DateAdd(DatePickerCanvas_Date.SelectedDate, -1, TimeUnit.Days)
        )
    )
);
 
Here are the results:
 
Coworker 1, ClearCollect works on Chrome but not Edge
Coworker 2, ClearCollect works on Chrome but not Arc (another browser)
Coworker 3, ClearCollect works on Chrome and Edge
 
We've searched everywhere online for this behaviour and haven't seen anything related.
 
Any ideas or solutions are greatly appreciated, thanks.
Categories:
  • ronaldwalcott Profile Picture
    3,653 on 18 Apr 2025 at 00:32:55
    PowerApps Collection behaving differently on different browsers
    Don't Chrome and Edge use Chromium? Why would there be different behaviour if they are both up to date?
  • Suggested answer
    Inogic Profile Picture
    983 Super User 2025 Season 1 on 17 Apr 2025 at 10:30:24
    PowerApps Collection behaving differently on different browsers
    Hi,
     
    • The inconsistent behavior of ClearCollect across browsers is likely due to how ParseJSON() returns untyped data, especially for date fields.
     
    • Different browsers may interpret untyped or loosely formatted dates differently, leading to filtering issues.
     
    • To ensure consistency, explicitly cast parsed JSON fields using Text() or Value(), e.g.:

    DateTimeValue(Text(ThisRecord.Date)) 
    Value(ThisRecord.ProjectID) = Value(TextInputCanvas_ProjectID.Text)
     
    • Make sure the date format in your JSON (from Power Automate) is ISO 8601 (yyyy-MM-ddTHH:mm:ssZ) for reliable parsing.
     
    • You can debug this by displaying the raw value in a label or gallery:

    Text(ThisRecord.Date)
     
    • Normalizing data in Power Automate and casting properly in Power Apps should ensure consistent behavior across all browsers.
    Hope this helps.
     
    Thanks!
    Inogic
  • Suggested answer
    mmbr1606 Profile Picture
    12,292 Super User 2025 Season 1 on 15 Apr 2025 at 14:14:19
    PowerApps Collection behaving differently on different browsers
    hey
     
     
    was any of the answers helpful?

    if yes please mark as verified so we can also help others,
     
     
    Cheers
  • MS.Ragavendar Profile Picture
    1,875 on 10 Apr 2025 at 07:43:05
    PowerApps Collection behaving differently on different browsers
     
    I have never experienced this kind of cross browser issue, I also doubt the version of power apps will cause any issue like this. 
     
    I would recommend you to connect with Microsoft Support Team for this issue.
     
     
    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item
  • Suggested answer
    mmbr1606 Profile Picture
    12,292 Super User 2025 Season 1 on 10 Apr 2025 at 07:32:27
    PowerApps Collection behaving differently on different browsers
    hey
     
     
    i dont know if this is the solution but a quick guess cause it brings up issues on various places.
    do you have the new analysis engine turned on in the settings?

    if yes turn it off and see if it works.
     
     
    if my answer helped please mark as verified answer
     
    cheers

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 Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 110 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 81

#3
stampcoin Profile Picture

stampcoin 54

Overall leaderboard