I'm not sure what to call the changeRecord. but from the powerapps documentation. it's the one underlined here. UpdateIf( DataSource, Condition1, ChangeRecord1 [, Condition2, ChangeRecord2, ... ] )
Example:
UpdateIf(collectionName, true, {Header1: Value1})
Is it possible to make Header1 dynamic? Or maybe from a variable?
Hi @noelflores,
I think @PowerRanger has answered your question, could you please mark his reply as an answer to help more users who may have the similar issue.
If you research the parameters within the UpdateIf() function, you should have found that the Column name is a literal text that could not be a varaible.
No, this is not possible. It is possible to make "value1" dynamic but the field identifier is hardcoded.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.