Comment by ceejayoz

9 years ago

Keeping track of the step works until you move a field onto a different step in the wizard.

First, it's a document store so you can store the way the form is constructed with it (i.e. order of elements, etc).

Second, in Dynamo you could chose the absence of a key to represent "never got here" and a key with a null value to represent "they left this blank". You don't need an empty string.

  • So using null to mean the opposite of what it normally means? I would recommend against anyone using that workaround.