Hello,
I am currently working on editing a workflow in xml format within another workflow and I need to Inject a string value within another string value in a certain spot...In this case from [target value] between >< in [Field_1].
I did it successfully with text to columns by splitting it then using a formula to combine everything but that did not keep my Field_1 integrity and took away my whitespaces.
I need to keep the trailing spaces and everything exactly the same but just changing the value between ><... is there a regex formula of some sort I can use or another formula that wont mess with the spaces and just inject it directly ?
Thanks