Hi,
I am a noob in Power Automate, I created a few simple flows but now I am stuck at this one. The flow is connected to a Sharepoint list where requesters will introduce a request for issuing an invoice. I need to have 2 separate approval flows based on company code and amount. I created the flow from the attachment but it works only for the false condition. So even if the request had all conditions as True, it will not be sent to that person for approval. 😞 If someone could help me I would appreciate it very much! 🙂
When you are using is greater than in a condition, it needs to compare numbers. I am not sure about the left side, but the expression on the right returns a string.
For the second item in your condition, when you use equals for checking a string, it must match exactly. Yes and yes would not be equal, but Yes and Yes would be.
Is greater than can also work with dates, but you must format them using the formatDateTime expression and format the date using the ISO8601 standard which is yyyy-MM-dd.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2