Hi All
I love using Power Automate, I consider myself still fairly novice using it. However I have built up a good understanding of it now.
I been tasked with creating an ambitious Holiday approval system using a combination of the below.
- SharePoint
- Approvals
- Outlook
I have found it easy to create the basic design of the system which I will outline below.
- When an Item is created in HolidayApprovals SharePoint List
- Start and Wait for an Approval
- Condition
- Outcome = Approve
- Send Email confirming Approval
- Get-Items from EnployeeInformation SharePoint List
- Find Item Employee1 > Get Value RemainingHoliday
- Preform Subtraction on Value NumberOfDays against RemainingHoliday value to create NewRemainingHoliday Value
- Update-Item within EnployeeInformation SharePoint List Item Employee1 with NewRemainingHoliday Value
- Update HolidayRequest SharePoint List Item to show status as Approved
The issue I am having is that I need to find out if it is possible to obtain a value from an item in another SharePoint list.
To be able to use that value to preform a subtraction calculation on the NumberOfDays Value.
Then to update the same item with the new value becoming the RemainingHoliday Value.
I hope this has been explained competently enough and I am happy to answer further questions.