Assistance with Auto-Updating Numeric Field Based on Another Field

Hello @rbdwt09 -

You can use $Formula{...} merge syntax for this. Unfortunately, as you encountered, we do not support merge syntax currently for non-text fields so the field you want to update must be a text type.

In your case, the field update should be $Formula{getField("input") * 2}.

Hope this helps!