Split
This Flow Script tutorial explains how to use the Split function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
Split("2,89,16", ",")
Result: a table variable with one "value" column, containing three rows:
value = 2, value = 89 and value = 16Last updated
Was this helpful?