Custom Code

You can edit the code that runs the individual building blocks and even create your own functions and logic. Your code doesn’t have to return any result, you can save any results within the _z object if you need it in a following block.

async function (zoolo , _z ) => {
	
		// Your code is interpreted as the body of this function

}

Last updated