What I want to do is:
1. Trigger flow when Item is Created/Modified on a 'Projects' List
2. Condition that if "Job Status" is equal to "Lost Bid"
3. Choose that list's 'Link' column (which is the projects generated Team Site link)
4. Update a list within this new site called 'Products' to have the 'outcome' column of all items listed here updated to "Lost"
I can create this flow without any issues when I reference a 'Products' list specifically attached to a project site. However, I need to be able to dynamically generate which products list is being updated. I believe the "Send an HTTP request to SharePoint" is the correct method to do this, but I'm having troubles figuring out how I would build this portion of the flow as I'm new to REST API's.
Any help would be greatly appreciated.