getting an internal PowerApps error when trying to evaluate the expression. I separated the formmode into a label and it's not even working in that.
Solved! Go to Solution.
@Anonymous
Change your formula to the following:
Text(formname.mode)
Mode is an ENUM, it needs to be converted to Text to display.
I hope this is helpful for you.
Hey @Anonymous ,
Can you please share the screenshots & formula you're using so that I can analyse it further.
Warmly.
Rishab
literally just
formname.mode
Use
Text(Form.Mode)
0 equals edit mode, 1 equals detail mode. If this is the answer you need, please mark this message! Otherwise, let me know what else I could help with.
@Anonymous
Change your formula to the following:
Text(formname.mode)
Mode is an ENUM, it needs to be converted to Text to display.
I hope this is helpful for you.