Fixed bug with using 2 variables in 1 cell
It will not work on two-dimensional arrays. I already tried to make this feature earlier. If you want to use multiple variables in one cell just use another variable which contains both values. It will be easier and more reliable.
Can you show an example where it doesn't work?
You need to change the order of the parameters, first {document_id} after [product_name]
It's a bug anyway. It should work with any order of parameters.
Then perhaps one should process strings first and then arrays
Are you suggesting that I personally implement it?