that contains 3 string variable input. this work fine but after that I would like to process each string item in this array.
I created this loop to do that (in_arrpatient is an argument with value previous variable created “arrXD03”)
)
But the loop process only the first item (first variable codePatient) and then again and again 3 times the first one.
next analysis steps:
continue with the debug Stepwise untill the delay acitvity and check item in the local panels. in the second iteration it should show the second item
Show us where you access the item value (as a screenshot)
the error was mine sorry after delay activity I forgot to keep the item variable into the transaction
your advice help me to better dissect the problem through debug stepwise!!
thank you