This is not the latest version of Identity Director documentation.
View available documentation.

Function: @[FIND]

In the Management Portal at Entitlement Catalog, when you configure a workflow action for a service, you can optionally replace the values in various fields with functions.
With the function @[FIND(<text>,<value>)], you can return the first position of a value within a text string. If the value is not found, this function will return -1.

Examples

  • @[FIND(Ivanti,a)] returns "3"
  • @[FIND(A113,11)] returns "2"
  • @[FIND(Ford Prefect,42)] returns "-1"