How to map faster?
I have a table that looks like the following:
How would I go about mapping this faster? Or would I have to do each column hand by hand in the object mapping?
Solution:Jump to solution
Hi @Bradley Gibson, You can use itterator, use the loop node which use for loop and map through the items of array of objects - https://docs.buildship.com/core-nodes/loop
Loop – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
1 Reply
Solution
Hi @Bradley Gibson, You can use itterator, use the loop node which use for loop and map through the items of array of objects - https://docs.buildship.com/core-nodes/loop
Loop – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.