Hello,
I am a newbie to power automation and trying to connect to the SharePoint list data but the condition is not running the "YES" part it only runs the "NO" part.
I have created a SharePoint list called "Financial" and that has the "3PP Prod" column and I used that same column in the other SharePoint list called "Request form" as a lookup field.
Then I created a flow on the "Request Form" as below.
Step -1: when "An item is created or modified"
Step -2: Condition
Work unit = HR
If yes -> There is another condition -->This condition is currently not working. Not sure what am I doing wrong here.
if the "work unit:3PP Prod" is greater than or equal to 102% --> I used String(102) function here (Is this correct function for percentage value?)
AND if Reason = Replacement
Then send an email
IF No --> Send an email --> It only runs this condition

Any help would greatly be appreciated. Thank you for your time in advance.