Hi
I'm trying to output PictureName onto the receipt.
For example if within my field PictureName = 1234
I would want the Receipt to print out "1234" for each entry.
I presumed it would be something along the lines of:
<FOR each="entry">
<ROW> Entry.Item.PictureName </ROW>
</FOR>
However this did not work. Any help would be much appreciated, thank you!
*This post is locked for comments
I have the same question (0)Not supported as output variables you can do that by replicating this field in one of output variables like Entry.Item.Binlocation
or Entry.Item.SubDescription1 , 2 , 3 etc... and add selected field to your receipt.