Hi,
In my power app gallery list of items, i need to send the update from gallery item to my master share point list (Master action list) and child share point list(BW Action list). Below is the scenario i created and this works only to update one list, but i want to see the update in my master list as well.
1. First in my gallery i created a text box for user to provide update
2. i created a update button and on select i gave below statement
If(ThisItem.'Partner Name'.Value="BW",Patch('BW Action List',Defaults('BW Action List'),
{Update:Update_textbox.Text,Title:ThisItem.Title}))
In above statement i need to patch the update into my master list as well.
Regards,
RK