Iterate over collections with FOR loops Â
Use FOR loops to perform operations on each element in a collection. The loop variable can reference the entire element or specific properties.FOR loops process elements sequentially in the order they appear in the collection. This guarantees consistent execution order for dependent operations.
When using the SDKs or curling the endpoint, the query name must match what is defined in the
queries.hx file exactly.