Verify your URL and try again","pageNotFound.title":"Access Denied","pageNotFound.message":"You do not have access to this area of the community or it doesn't exist","eventAttending.title":"Responded as Attendin
I have a powerapps app connected to a sharepoint list and I'm trying to compare 4 inputted values to 4 different columns in the list. I have it in the Onvisible property so if it matches any, a text box should become visible - like a popup. The ...
Use IfError to do an action and only continue processing if the action was successful. Applying IfError to this example:Power Apps Copy IfError( Patch( DS1, ... ), Notify( "problem in the first action" ), Patch( DS2, ... ), Notify( "problem in the second action" ) ) ...
Another way to do it is using powerapps, but with powerapps we need to write back to database and show the input data in the power bi table. Looking for an alternate solution within power bi to input text. Message 3 of 5 5,503 Views 0 Reply v-juanli-msft Community Support In ...
Another way to do it is using powerapps, but with powerapps we need to write back to database and show the input data in the power bi table. Looking for an alternate solution within power bi to input text. Message 3 of 5 5,482 Views 0 Reply v-juanli-msft Community Support In ...
I have more than 8 options so I can't use nested conditions (however using conditions DOES work). I am looking to use a switch case with nested if statements, but I am not sure how to refer to the "Subject" field inside an if statement. ...
If(condition, value_if_true, value_if_false): This is the If function in Power Apps. It evaluates the condition and returns the value_if_true if the condition is true, and the value_if_false if the condition is false. So, in this case, the If ...
Another way to do it is using powerapps, but with powerapps we need to write back to database and show the input data in the power bi table. Looking for an alternate solution within power bi to input text. Message 3 of 5 5,502 Views 0 Reply v-juanli-msft Community Support In ...
Another way to do it is using powerapps, but with powerapps we need to write back to database and show the input data in the power bi table. Looking for an alternate solution within power bi to input text. Message 3 of 5 5,502 Views 0 Reply v-juanli-msft Community Support In ...
http://powerappsguide.com/blog/post/forms-how-to-conditionally-make-form-fields-mandatory and https://www.bing.com/videos/search?q=power+apps+conditionally+require+fields&qpvt=power+apps+conditionally+require+fields&view=detail&mid=6DB95717FB2FF19B1EA06DB95717FB2FF19B1EA0&&...