
Hi,
For example, I have the Quote Products as a gallery. Apart from updating Quote Product, I also would like to update the Price List Items. How to achieve that?
Thanks!
Hi @marvinbarnuevo ,
I assume that it could be achieved using Patch function. Patch function could be used to modify records in a data source.
I assume that the Price list has certain common value with Quote products. So we could filter out the corresponding field than update.
More details about Patch function, please check it at here:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-patch
Best regards,
Mabel