Hello there,
I guess it's a bug.
Duplicating a Form component alongside with all its internal child components, the new one, with a new name, doesn't have the data
property, the one we usually exploit in queries.
Even refreshing the app, it doesn't change. It's something persistent.
The only workaround I found is to create a new empty Form and pasting all the child component from the original one.
Best