resource for AND conditions

Options

Hello, all, I'm very new to Power Automate and working to learn more. I started with a template and have been working to customize it to fit my needs. I'm running into an issue when trying to use multiple criteria. My flow works when I filter by only the fundraiser type, but when I try to add a second condition for only a specific fundraiser, it's not working properly. I know I'm using the correct fundraiser ID, because I included that field as an output when only using the fundraiser type. And I know that this should be triggered based on all the criteria because everythign in the system exists to trigger the flow (and it works when it's just the one condition and not the and). Can someone point me to a resource to better understand how the “and” conditions work? Thank you!

d90f46017c53efd3e1cf5c6d311dc024-huge-im

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary 1,500 Likes 2500 Comments Name Dropper

    @Laura Easterly
    string vs integer is your problem most likely. “123” is not the same as 123.

    either make both string or both integer by using string() expression or int() expression.

  • @Alex Wong Thank you so much for responding! I switched it to a string, and that fixed the problem! I so appreciate your help!

Categories