ok .. so this explains why you dont get a result now .. i was going to recommend to review the way you save the data in mongo because from your previous screenshot it seems that you were saving some unnecessary fields in each document (for example the data were nested under payload, saving topic, socketid, _msgid )
that can work but you could also use a Form ui_form node that gathers all the data and sends them with a Submit button.
Probably. It depends on how your data in mongodb looks like now after the changes you made
Can you show us a screenshot of a couple of records ? (documents in mongodb)
Here is my current data acquisition flow. Starting with the now new Ui_Form Node, followd by a function "6" (In "function 6" I add a static addition to some values to bring them to a certain standard format): , after that uploading it with a mongoDB out node