fix(variables): Generate variables from ID instead of formdata key
Previously the variable name was generated from the formdatakey which can be very long and lead to a variable name length > 64 chars. Postgresql limit alias at 64 chars, then this leaded to a bug. Here we limit the variable size.