Hello Folks,
I need help with some compose functions in my flow
I want to get the characters before 2 characters in my string
The characters are either _ or Space
E.g if the String is ABC_ 123_2343 : Extract ABC and if the String is ABC 123_23426 - extract ABC from this string
Thanks for every help and suggestions