Hi,
I have an workflow, containing a form with a textfield. In this textfield I want to put an List/Array of Strings e.g. 1234bai, jajd87, zeru77 .... that will be passed to an Automation as Inputargument.
In which format do I need to enter the list in the form, so that I am able to loop over the list in the automation?
Which datatypes should I use in the automation for the inputparameter, "Any" or "String (List)"?
I have already tried multiple input formats of the array: with "" or [] but none of them worked so far as proposed.Either the whole string was passed (and not each element of the array) or each character of the string (1,2,3,4,b,a,i etc.).
Thank you, best regards