Hi gliders!
I’m going to fill out a helpers Table in ordered Sequence, where the Order is based on a some sorted Element in JSON inside. Unfortunately the Call API does’nt support the preordered running of mutations.
So what would be the most practical way to fill the helper’s Table in sequence as i have in my sorted JSON or in a sorted Query?
- Seems it could be a loop in a Workflow based on my JSON. But how to get i-th element of data source inside a loop?
- Or is there some more practical way?
Tnahk you in advance