There is a workaround to use the IML function contains(text; search string)
with a Regex.
You will need to use replace()
with contains
like the example:
The
#NUM#
string/code should be a string that is not present in the original string.
{{contains(replace("Hello World"; "/(Hello)/g"; "#NUM#"); "#NUM#")}}
Reference: Tools > IML Functions: contains() - search with regex | Requests | Integromat