Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Circular reference Problem!

(0) ShareShare
ReportReport
Posted on by 137

In my app there are cells for Months (which correspond with month columns in a sharepoint list), these month cells are text fields which form a grid.


I'm creating an auto-populate feature that uses an invisible table with dates and some basic math (total amounts, divided by months equals monthly amount).

I got this to work successfully in my test environment, however - when working with the live app, any time I try to have one of the visible month cells reference one of the hidden math cells (either total, monthly count, or monthly amount) it tells me it creates a 'circular reference' between properties - but it doesn't, I don't think.


The monthly cells do total up in another area, but that field isn't being referenced in any of the equations - has anyone else had trouble with non-existent circular references?

Categories:
  • Verified answer
    JeffT2022 Profile Picture
    137 on at
    Re: Circular reference Problem!

    I was able to resolve my issue, for anyone reading this later....

     

    my problem was the hidden cells I was trying to reference were not actually "in" the edit form, rather floating on top (invisible) - I remade the table in a custom card within the edit form and it works fine.

  • mmollet Profile Picture
    3,187 on at
    Re: Circular reference Problem!

    Make sure you use Self.Value instead of ControlName.Value when referencing the same control you are typing code in for. This can cause what you are talking about. So for example:

    If(Label1.Text = "Monday", **do something**)

    If(Self.Text = "Monday", **do something**)

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1