Forum Discussion
Philip Livingstone
Sep 10, 2018Copper Contributor
Powerapps - check value of combo-box (selected items) in the formula for a button(Visible property)
We have a PowerApps form with several fields that must be completed before the form can be submitted to the Sharepoint List. We can't make them required or mandatory on the Content-Type and List b...
Alan Marshall
Sep 10, 2018Iron Contributor
In the on updated for each combo box, update a context variable to be true. In the submit button visible just do If(variable1 & variable2) should return true if all are true.