I have extracted several words from a web page in a list and I want to import this list of words into the same excel cell separated by commas. I didn't find the solution on your link.
I have extracted several words from a web page in a list and I want to import this list of words into the same excel cell separated by commas. I didn't find the solution on your link.
1. Merge list items in list processing will give You all list in one variable, You can set separator there also
2. Table processing ===> Record cell - to insert all Your list into your needed cell.