How to split the text into two half and only take the last part?

How do I split the text input into two half and show it in two different labels?

Use split text blocks text like

blocks-2

1 Like

Adding to @electrobot_appy answer:

To get the last part, set index to length of split text. :wink:

thank you, it worked

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.