Validation checks for data

I am working with a flow to import subscriptions, but only if a successful purchase is complete. The data for the customer and purchase status are in 2 separate data elements. What is the best way to ensure that the flow is only pulling over customers who have had a successful purchase, I have looked at using the output filter, but it is not catching that as a validation on my initial customer flow.

@timkrull what is your source application? Output filter should work, but you may also be able to limit before that point depending on the source. Can you send some screenshots of setup and data and the fields you're trying to filter?

This is the flow, essentially the customer validation is looking at the Charges object in Stripe to determine if the customer purchase 'succeeded' which would then bring the customer over to SF.

@timkrull if Stripe doesn't allow you to pass URI parameters to do the filtering on the api call itself, you can use the output filter. The output filter can use a combinations of multiple fields and multiple field groups with many different OR and AND statements. What does your data look like and what fields are you trying to filter out and it's not working?