06-14-2024 09:34 AM
I have a recipe where I am pulling invoices from the past 2 years. I want to add a condition where it will only pull records for 10 customers. I have not been very successful in setting up a formula using customer ID's. I have attached a copy of the condition I have currently. Any help is greatly appreciated. Thanks!
06-15-2024 01:12 AM
equals usually takes a single value for comparison. (as you have provided 2112)
What are other options for operator selection other than equals ? if there is an option "IN" that might give you further a way to put multiple customer ids and you could use 10 customer ids.
Your questions seems incomplete. a bit more context would've been helpful.
06-20-2024 11:49 AM
Thank you for your help! The only operator options I have are below (see screen shot)
So basically, in this recipe, I am pulling past due invoices for all customers in our ERP system dating back two years from today. However, for the first initial testing phase, I want to add a condition/filter where only 10 customers' data is retrieved. This is where I need some help.
07-10-2024 12:23 AM
Hi @Nesh ,
Just keep an if condition after for each if list of Index equals to 9 then stop job in this way you can have only 10 records pulled for your intial phase testing.