Hey WeWeb community! ![]()
Quick share: I was stuck on a nested-loop workflow (looping inside a loop, referencing the outer item from the inner one — classic headache).
I copied action and gave an to claude code my workflow JSON, my SQL schema, and the values from my global variables — and it did the whole mapping for me. I pasted the corrected JSON straight into a workflow action, and it populated automatically. Everything just worked.
Handy trick if you hit the same wall: you can reference any loop via context.workflow['<loop-action-id>'].loop.item.
Smoother than I expected.![]()

