Powerapps Use Multiple Functions (Patch) in OnSuccess Syntax
I have a problem with my PowerApps application.
I get an error on line 16. The error is placed on the semicolon.
I have already tried a comma, an @ and whitespace but nothing works.
Can anyone help me?
patch doesn’t work when called multiple times
I have a form and a button with which I want to send data from input fields to a table. The logic is as follows: there are AppId fields and two corresponding attribute fields. It should result in creating/updating two rows in the table.
The code goes like: