Hello! I have the following select statement:
where the substring is substring(item()?['Name'],6,10)
This will produce an array where I will have an unknown number of duplicate invoice values. How do I filter out the duplicate invoices (and their IDs)?
Thank you!

Report
All responses (
Answers (