screenshot
The app i am creating is not connected to any background sharepoint or excel file. The problem i am facing is label1 is supposed to display some number based on Fault distance entry by user. The Faultdistance input format is changed to number format in format property.
Can anyone help me to overcome the error??
Solved! Go to Solution.
Hello @bhrigu12
could you try to use this code
If(And(Value(Faultdistance.Text)>=0,Value(Faultdistance.Text)<0.4),"12","13")
Best regards
Vasii 🙂
Hello @bhrigu12
could you try to use this code
If(And(Value(Faultdistance.Text)>=0,Value(Faultdistance.Text)<0.4),"12","13")
Best regards
Vasii 🙂
Thanx @Anonymous ,
THis was so simple....i tried using Value() function but dint use '.text' because of which the same error was shown... Now its working... Thnx for the help.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
194 | |
95 | |
63 | |
61 | |
58 |
User | Count |
---|---|
246 | |
165 | |
91 | |
76 | |
76 |