Hello out there.
need help with setting up a flow between to sharepoints
i have two sharepoints one that have all the products that are in the system and one that handles the loans that is both active and later done.
have already used lookup to get the name of the product from the other sharepoint.
the problem is i need to have a workflow that changes when i example creates new loan then status of the product in the other is reserved.
hope any can help first time working with workflow in teams
i need to make it so when a loan is active on a produc
Create a new flow in Power Automate and choose the trigger "When an item is created" (SharePoint) for the "loans" SharePoint list.
Add an action to get the product information from the "products" SharePoint list. Use the "Get items" action and configure it to filter the products based on the information from the loan (e.g., using the lookup field).
Add a condition to check if product information was found. If the product information is found, proceed with updating the product status. If not, you may want to send an email notification or take other appropriate actions.
Add an action to update the product status in the "products" SharePoint list. Use the "Update item" action and configure it to set the status field to "reserved" or the appropriate value.
Test your flow to ensure that it works as expected. Create a new loan in the "loans" SharePoint list and verify that the corresponding product's status is updated in the "products" SharePoint list.
WarrenBelz
146,601
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,942
Most Valuable Professional