Hi!
I would like to get company name from the sender's mail. I've been using 'indexOf' expression, but it is giving me a number as result, instead of the name. By any chance, is there any other expression I can use?
Example:
-Email: flor.flores@random.com
-Expected result: random
-Result: 11
Any help would be greatly appreciated
Thank you, best regards!
My flow:





Expression: sub(outputs('Last_IndexOF_(Compose)'),outputs('IndexOF_(Compose)'))

Expression: substring(variables('varTexto'),outputs('IndexOF_(Compose)'),outputs('Characters_number_(Compose)'))