Hi everyone,
Here is my issue: I use a Catch Hook in my workflow. The result from the Catch Hook looks like this:
Result Objects Jobs: s“A”,”B”,”C”],“D”,”E”,”F”], [“G”,”H”,”I”]
What I need is to get the first item in each array: A, D and G. Using line-items with a Zap Formatter doesn’t work (it results in “A,B,C,D,E,F,G,H,I” etc) , and I could not find any code to achieve that (I don’t code). Could anyone help me find the proper code?
Thank you in advance!!!!
Best, Romain