Hardcode data into workflow

What is the best way to have a hardcoded list of data which can then be used by other nodes. For example I have a specific list of contact numbers I want to send an event on whatsapp, but the node only seems to take a single number at a time, so I would like to iterate over a hardcoded list of numbers and merge that with the webhook data. Can I just add a node which does not require a soure and add text in there…?

yes

Set field node or code node can return the hardcode data.

1 Like

Ah great I see now thanks - althouhg I had to also use the “split out” node too

Code node might save split step.

hardcode return the [] is allowed in Code node

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.