If checked, posted element values will be cast to integers, floats, and booleans as needed. Custom data can be cast by placing the desired type in parentheses before the value or token. (i.e. "(int) [webform_submission:value:total]" or "(int) 100")For custom data, the casts allowed are:(int), (integer) - cast to integer(float), (double), (real) - cast to float(bool), (boolean) - cast to boolean