Re: Update item in another list
Hi @Shaney ,
Could you share more details on your scenario?
It seems that you have enabled Approval status in both the library and list.
Do you want to update the Approval status to Approved in the library and list when a file is approved?
I have made a flow likes below for your reference.
Add the trigger When a file is created or When a file is created or modified.
Then Start and wait for an approval.
Add a Condition to check if the Response is equal to Approve.
Under If yes branch, Get file metadata, then Set content approval status of the file in the library to Approved.
To update corresponding item in the list which has the same ID, Get items from the list.
Then add a Condition to check if the ID (from the trigger) is equal to ID (from the action Get items).
Under if yes branch, add action Set content approval 2 to set the Approval status of the list to Approved.
Images for your reference.


Best regards,
Mabel