I thought this would be simple but I couldn’t figure it out.
I have a string table field whose values may or may not contain a know constant suffix “_KUSA”. I am wanting to row-update a TransView column with the value of this field with suffix removed, to use in urls elsewhere. Are there any string manipulation functions we can embed in the expression?
HEY SUCCESS I just stumbled into it by trial and error and a little google:
“{Project.ProjectID}”.replace(“_KUSA”,“”)
Oh well will post this anyway in case it helps anyone.
I think the Expressions are basically javascript?