Hi Jonathan,
what is the final goal? Do you want to strip that part to get something like the display name of the user or do you want to just have the logon name?
In general what works best for me is having a calculated value control on the form and use the user logon name you mentioned to get user profile information like display name or samaccount name.
Would that be helpful for you?
Beste regards
Enrico
yes, you have few option using string inline functions
fn-Remove()
fn-Replace()
fn-Substring()
Hi Jonathon,
Marian is right. Use the following RegEx to find the pattern you want to remove:
(i:0#.w|)+
This will work with the fn-Replace() inline function.
Thank you,
Sean