Bradley Gibson
Bradley Gibson6mo ago

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:
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.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha6mo ago
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.