Do let us know by filling the field Description, how the values are to be entered, We can then propose the correction.
On this part, we can ask on what is the data that you are looping. Is it the Splitted Document Name values or the row value itself ?
We do not yet know the full implementation. Have you used a For Each Row activity and then inside it a For Each activity ? If you have used it in this manner, then the value concatenated should be available in the CurrentRow item of For Each Row activity.
I have used only for each since Im using Re framework
The process is like this
Step 1 - Get value DocumentName which is in excel and pass it to “Description” field. I need one value at a time.
Step 2 - I want to add document. I am currently able to do it, using for each I have used currentitem for it.
This processes are simultaneous
DocumentName aka Description is reference for document that Im going to add.
The problem is im unable to get one doc name at time. UiPath writes into first one name then clears and writes the next name and move on with the flow.
If I understand properly…you have transactionitwm as datarow and …when there is a comma you want to loop through each document
So just the way you split the documentname …split the adddocumentpath aswell and in the for loop properties you would have index property…assign a variable to it and then use adddocpathvar(index) to access the corresponding filepth using the index variable…here adddocpathvar is of type list basically the split of adddocumentpath data with comma