Is it possible to have nested form data keys? For example I have the following data (sample data to be an example, not actual data of course) as the source for a form:
Hi there, This hasn't been added to our roadmap yet Would you be able to work around this limitation by transforming your data to be an object with a depth of only 1?
This is exactly what I did the couple times I ran into this. For those coming across this in the future, this function should unnest a object recursively, adding periods between the keys. Probably isn't perfect but will give you a good starting point to work from. My original example would look like this: