Hello,
I would like to remove from the email form everything after the "@" characters either the "@" character will be removed to display only the User Name.
For example, let's suppose I have those two following users:
julientesting@microsoft.com
testing1234@onmicrosoft.com
The output result will be after using the substring expression:
julientesting
testing1234

What would be the substring expression for the "FROM" dynamic content in the compose action to get the length of the elements dynamically to achieve the following scenario?
Can please someone explains in detail and provide an example?
Any help will be greatly appreciated.
Thank you!