Check Text
テキストが指定の値を含む/で始まる/で終わるかを判定します。
データStringCheckText
概要
テキストが指定の値を含む/で始まる/で終わるかを判定します。
Check whether text contains / starts with / ends with a value.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Input text | string | 必須 | Text to process. Variables are supported. 例: {{{text}}} 変数に対応 | |
| Check | dropdownContains · Starts With · Ends With | 必須 | Contains | |
| Search text | string | 必須 | 例: abc 変数に対応 | |
| Store result in | variable | 必須 | 例: found |