Good Day All
Please can I ask for some guidance.
I have a flow that runs when users apply for Leave.
The trigger is the users department.
Thus if a Department is equal then the flow should kick of to the approver, but for some reason, although the department name matches the condition, it skips the condition and the flow doesn't run
as an example..
Get user Profile --> Department = Training
Condition triggers - Get user profile (v2) Department is equal to Training
Expression result = false?
It seems to happen to a couple of different departments, where as others it works as expected.
TIA
Solved! Go to Solution.
Thank you Ajinder31
That seems to have done the Job.
Not sure why it would be though.. that was one of the things I really checked and made sure that there was no spaces before or after.
Appreciate your help!!
You need to double check your condition, it is not matching up on some of the departments. It needs to be exactly the same for it to become true.
Hi @PuristII808 , Trig2.png seems to look like there is extraspace present with the text Training. Can you please try trim('Training') in Condition and see if it works
trim('Training')
Thank you Ajinder31
That seems to have done the Job.
Not sure why it would be though.. that was one of the things I really checked and made sure that there was no spaces before or after.
Appreciate your help!!