How would I go about creating a Zap that dynamically adds more input fields to an action based on an unknown amount of comma separated values?
What I’m looking to achieve is to convert a comma separated string of values into individual input fields, as follows:
Currently this works with a known amount of comma separated urls and a Formatter module to create a list of items, which I can then add manually.
This however doesn’t work if the initial comma separated url has 30 individual elements instead of just two.
How would I go about creating a Zap that dynamically adds more input fields to the action based on an unknown amount of comma separated values?