Find matching item in a list

Hi guys,

I want to find the matching item in a list as a string and get its index.

1 Like

I don’t see any attachments or pictures. Welcome to the community :slight_smile:

Thanks Kirk :slight_smile:

1 Like

What have you tried? There are many ways to do this but they all generally follow the same idea of comparing values.

1 Like

You can use == and allindicesof
But i am not sure what you are looking for

1 Like

You can use the List.AllIndiciesOf like below screenshot.

1 Like

Many thanks guys for your help, it helped a lot :slight_smile:

1 Like