Need Help transferring values to local storage

We have to do something similar to what we did here:

They key in SaveTaxes01.data is not ["@GRTOTAL"] but ["@GRTOTAL :=NEXTRA1"]. The space character can be an issue. I would remove the space in the SQL query, setting the variable to @GRTOTAL:=NEXTRA1 (instead of @GRTOTAL :=NEXTRA1).

After that update, set the "Value" of the Success event handler to:
{{SaveTaxes01.data["@GRTOTAL:=NEXTRA1"]}}

1 Like