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 / Collections as Named F...
Power Apps
Answered

Collections as Named Formulas - Behavior error

(0) ShareShare
ReportReport
Posted on by 954
So I'm seeing a bunch of posts where people are using Collections in named formulas to refresh the collection without having to past the code in each control.... when I try and do it though I get this error.
 
Behavior function in a non-behavior property. You can't use this property to change values elsewhere in the app.
 
Something I'm missing? 
 
Thank you 
 
Categories:
I have the same question (0)
  • Verified answer
    SebS Profile Picture
    4,848 Super User 2026 Season 1 on at
    You can't use ClearCollec() in named formula You should use 
     
    EventCollection =
    With(
        {
            _InProgress:
                Filter(
                    KPI_EventList_responses,
                    Office = useroffice,
                    RatingPeriod = curq
                )
        },
        Filter(
            KPI_EventList,
            Inactive = false,
            !(ID in _InProgress.HS_ID)
        )
    );


    So the EventCollection it self result in becoming a collection and you use this in your Gallery 





     
  • ctedesco3307 Profile Picture
    954 on at
    @SebS - genius! Thank you!

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

#2
11manish Profile Picture

11manish 193

#3
Valantis Profile Picture

Valantis 138

Last 30 days Overall leaderboard