Dear all,
I am making a form in powerapps with a few required fields (text fields, dropdowns etc.)
And I want to make the Submit button visible if all fields are filled in, this worked for now with the if(isblank) formula.
But right now I have one Datacardvalue (from SharePoint) which has a default value where I want to calculate 4 cells with a sum like this: "Sum(DataCardValue23+DataCardValue24+DataCardValue25+DataCardValue26)". My datacardvalue gets a total of all 4 fields which should be 100%.
But right now I need to create an IF formula that will be true if my datacardvalue=100% (or just 100), but should be invisible if the value is 101 or 99, etc.
Could anyone help me with this formula?
Thanks!