I have a PowerApps form which is connected with two different SharePoint lists list1 and list2 and also have a power automate workflow which will automatically create the records in SharePoint list2 when the user submitted the PowerApps form. I want when a power automates workflow created a record in list2 then the same time its updates the SharePoint list1 records, both SharePoint lists have a common column "AssetCode"
The flow is successfully created the record in SharePoint List2, but it's not updated the records to SharePoint List1