usually you can manually add the values one after the other with a comma between them. Or are you looking at an array of items? Then you can use the join() function to turn the array in a comma separated list.
Please would you mind providing more context? Does both shipping charges live in the same sheet? Do they come from the same data bundle?
If yes then you’re going to need a join() formula with both shipping charges inside the bracket separated by a comma.
If both shipped charges come from distinct data bundle then you might want to try an aggregator module if joining them doesn’t work with join().
But from the image provided I can see that the data already lives inside your sheet so a join () will probably work. From the image I can see you’re trying to use a router. Routers rather direct values to a branch based on some criteria, not bring them together.
So you want to get the data in the K column in a comma separated list?
Have the search module pull all the rows and then follow it with a text aggregator module. Inside set the separator to comma and map the K column as the value.
thanks for the clarification. Your sheet makes it a lot clearer. One last question: the two charges you wish to bring together, are they from the same row in your sheet?
If yes then you can use get a row, pull that row and use join () to map the cell you want to bring together. If they are in different rows use search and pull the rows you need, use a text aggregator to bring the two required values together.
sam I have decided to forget the shipping value in that cell because I make going to manually check the final invoice and it will be easy to add then…Thanks so much for help anyrate