List.fill

Description

Fills a string of text into a list using a separator.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value

The string of text to be converted to a list.

Text

-

-

Yes

separator

The separator between texts to create the required format for the list.

Text

-

-

Yes

Output

DescriptionOutput Type

Returns the list of separated strings of text.

List

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated