I get a string, and it returns as, example: "200865
I need to remove the ", but it won’t really let me do it… I tried it like this: Replace(”“”“,”“)
But then it throws this error: Assign: “Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.”