For loop custom javascript

Hello,

I want to use a for loop in the custom javascript formula, and it is saying skill is not defined? Im not sure why it needs to be defined

Thanks

you need to declare de variable.
try: for (const skill of data)

1 Like

Hi @rishdvn,

Quick question: did you try the no-code for loop before?

It might be easier to setup. If it doesn’t fit your use case, would love to know more so I can share your feedback with the product team.

1 Like