web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : i8tNV0oEQxaKb4f9gnWWqv
Power Apps - Building Power Apps
Answered

content auto match and data Automatic color change

Like (0) ShareShare
ReportReport
Posted on 27 Feb 2020 07:46:29 by 4
1 content auto match : Each machine have it's vibration range ,when I select machine1 the value of machine1 will auto match and appear in the vibration check box. 2 Automatic color change: if the value is lower than the value range in the check box above the value's background is yellow. if the value is between the range listed in the check box above the value's background is green. if the value is higher than the value range in the check box above the value's background is red.
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    150,390 Most Valuable Professional on 27 Feb 2020 at 07:55:56
    Re: content auto match and data Automatic color change

    Hi @LIAda ,

    Question 2 first -

    I assume the vibration range measurement is in a numeric control somewhere - I will call it VibRate - replace this with the name of your field.

    In the Fill property of the control you want coloured

    If(
     VibRate <2,
     Blue,
     Vibrate >=2 & <18
     Yellow 
     Red,
    )

    Please advise how you select Machine 1 (button, gallery etc) and the name and type of the control you want automatically populated.

     

    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. If the content was useful in other ways, please consider giving it Thumbs Up.

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 892 Most Valuable Professional

#2
Power Apps 1919 Profile Picture

Power Apps 1919 356

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 310 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete