Micke Alm
 · Head of User Experience at Steven, free-time builder/founder

Query collection without generating children

Hi guys,
I have a use case where I have an app state that holds a list of document references. Now I need to run a query to get the data from those references, but my UI is very specific (conditional builder with 5 options and absolute positioning for each item) and shows different layouts based on numer of items in the app state list.

This means (AFAIK) I can not generate children either from the query or from dynamic children but rather I need to run a query "somewhere" and then apply each document using its index in the conditional builder, but I can't see an obvious way to do that.

5 replies