Hi All,
So basically we have a Inventory system using Sharepoint List and it works great for what it is needed for but im trying to help with Admin time.
Im looking to Power Automate to Scan to the Sharepoint list and if a particular "Entry" in this List and its Value in Column A (Device Location) & Column B (Device Status) = XXXX location & XXXX Device Status = a "Certain Value / String" then if these 2 "conditions are met" for an entry then send an email to XXXXXX etc.
Flow Currently:
I have tried setting the "limit Columns by view" shown below to the "True Names" of the List Columns i want it to look at but no matter what i do the flow works perfect but it tells me about any changes to the Entry even they do not match the "conditions" it has met set in the flow...
Example: &Field=Location for the location in "column a"
Btw both columns are "choice" / Dropdown Menu's with pre defined things to select.
I have also saw that i may need to use this in the condition box':
@equals(triggerBody()?['Location']?['Value'],'XXXXXX Location')
But im unsure if i need to add the second column into that line or i add as 2 separate entries
Im very new to Power Automate so go easy on me!
Any Ideas?
Kind Regards