Text condition, find a string from a list of options

Hello,

I would like to insert a text condition that search a string in the document from a list of string.

In the example in attachment, we are looking for these references in the document.

F/E14000003
F/E15000079
F/E15000090
F/E15000091

I don’t find how could I do that ?

Best regards,
/A

How about:
|F/E14000003|F/E15000079|F/E15000090|F/E15000091|
contains
|xmlget(…)|

It works like a charm, thank you very much for your help :slight_smile: