How do I get part of a string when the string is dynamic?

How do I get part of a string when the string is dynamic?

I need to get the characters of a string but the string will be dynamic.
Ex. C: \ TEMP \ User \ 1234 - Template
Ex. C: \ User \ AAA \ Document \ 2468 - Changes
I need to get only the characters that are between " \ " and " - "

These string will be inside a For each

Can you help me?

1 Like

Hi Lucas,

Kindly check the example attached.

teste.xaml (5.5 KB)

2 Likes

It worked perfectly, thanks for the help Acaciomelo :+1::+1:

1 Like

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