Our company will be utilizing multiple values returned from 2 APIs that we want to assign the returned values as Tasks. From there we need to drive call flow paths where for example results could include Task.Color and Task.Number. So Case 1 would be if Color = Purple and Number = 1, Case 2 Color = Red and Number = 2, Case 3 Color = Green and Number = 3, etc. But I'd only want the Case paths to be followed if both values match. I have a functional version of this flow based on individual Task values but haven't found a working AND statement. Any help would be appreciated!
Thanks!!