Hey there! I have to find same Invoice ID and same Invoice Amount values for my project. A little piece of my project here. How can I find it ?
I should find AAA001 which has 10.
Hey there! I have to find same Invoice ID and same Invoice Amount values for my project. A little piece of my project here. How can I find it ?
I should find AAA001 which has 10.
Yes, I want to get same ID name and they have to same Amount too
Hi @ozgecatak ,
Could you also provide us with the Output that is required for this Input ?
So that we can understand what operations that we would have to perform on the data.
I have 49000 Invoices. I have to find invoices which have same Invoice ID and same Inovice Amount at the same time. If my Invoices group have like this type of invoices, I can’t agree with my bank.
For an Initial Check, Try using Remove Duplicate Rows
Activity.
Read Range
Activity.Remove Duplicate Rows
Activity.Write Range
Activity.Let us know if this satisfies your requirement or it still doesn’t solve the issue.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.