Hi there,
kind new to Appian, just want to know how to remove the leading zero from a string in Expression rule.
thanks,
Discussion posts and replies are publicly visible
Also, in case anyone is looking for an OOTB solution here - the fixed() function will do this easily for you.
tointeger( fixed(00002803,0) )