How to split text at spaces into multiple variables

Hi,
I was developing an app and couldn’t figure out how to split one text into multiple texts.
Example of problem:

Name Password -is one text, and should be split into
Name Password

Thanks, Ezra

You can use the Text Blocks to Split text into a List of words:

Split Text at Space

2 Likes