Check Text End
Check if a text ends with another text value.
Overview
This operation checks if a text ends with another text value. It acts as a conditional check, allowing you to perform additional operations depending on the truth of the statement.
Syntax
This operation has two different formats:
Option 1
Option 2
Data
The table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
the text
Yes
Parameters
Parameters are placeholders for data. Refer to the table below for details on each parameter in this operation. In the syntax, replace parameters with your own values.
input
A text value.
Have a good day
Yes
suffix
A text string value to check against the end of another string.
day
Yes
action
An operation that occurs if input
ends with suffix
.
say "Thanks!"
Yes
Examples
1. Using "is ended by"
2. Using "is terminated by"
Last updated
Was this helpful?