For a list of integers, I need to check the desired value by calling a service. I would like to stop calling the service, only I get the desired output. Any suggestions, please.
Discussion posts and replies are publicly visible
There is no break concept in Appian.
But using reduce, call the service for list of integers. For every iteration append the desired output to a list and check if the list contains your desired output. If the list contains the output just return null instead of calling the service.