EndsWith (Filter)
Description
Tests if the string ends with the specified suffix. Records that meet the conditions are passed on within the Flow.
This function is often used with the DoesNotEndWith filter function. These are useful when wanting to check the end of a string for a specific value.
Use
- Argument
- Select an argument. (String)
- Suffix
- Enter a string in the Suffix field to test against the argument.
Example
Check if the file extension is .pdf.
Useful for filtering out bad email attachments.
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_EndsWith" to see an example of this function.