Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

NULL Result When Using REGEXP_EXTRACT

公開日: Apr 13, 2024
説明
When using the following regular expression: REGEXP_EXTRACT, the field returns Null values. 

Cause

Null is returned when the Regular Expression string does not have a match.
解決策
Either the data does not match the Regular Expression string, or the Regular Expression string is incorrect.

For example, if REGEXP_EXTRACT([username], '(e)') returns Null, the [username] field may not contain any records with 'e' in them.
その他のリソース
For assistance on regular expression syntax, see your data source's documentation. For additional information about regular expressions, see the following third party websites: 

ナレッジ記事番号

001471543

 
読み込み中
Salesforce Help | Article