How to delete the same index in list dynamo

Hi everyone,
How can I reduce all the same index in list and save only one from them.
For example I want to save only one A_PRO_HEB.
Maby someone knows how to do it.
image
Thank you in advance.

Hi @krzysiektoja

I would use a python function called “set”. Here is an example.

Thanks :slight_smile: