Currently, my collection has a field that looks like this: SERVER\Download\Imp\US12345_GL. how can I extract US12345_GL alone to a new field in the same collection ?
When I use the "Send Email" action of MS Outlook VBO I'm getting the below error..Please helpInternal : Could not execute code stage because exception thrown by code stage: Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
@Soumya21 and @Tejaskumar_Darji : Thank you very much for the response. Unfortunately, string length varies so can't use right, and left functions. I've implemented the code to reverse the string along with the instr function to get the desired resul...