In reply to: Bjoern Poller
Hi Piotr,
let's first solve your IMPORT-problem. I attached a screenshot with an example of loading an excel-file into an itemlist.
I hope i did understand your problem right.
Bye,
Bjoern
FOR YOUR INFO: This example is a different one to PIC 1 !!!!
----------------------------------------------------
Hi Piotr,
after successfully importing the EXCEL-File, I myself always use a path to an end-step.
There I add an Action "on Entry":
-Tab BASIC: Selecting the new workflow process with its path (like in the PIC 2)
-Tab DATA: Here i use a SELECT to put the item list value from one row into a single target sub-workflow
-> For all itemlist rows: SELECT {itemlist column 1 of actual row} AS {target form field of new instance in the sub-workflow}..... (see PIC 2)
I hope, this helps,
bye,
Bjoern