Hi there
I am now working on exporting the orders to my print shop. For this I need 2 additional fields that should be created automatically.
Both fields should automatically receive a consecutive number, in this case:
L00001, L00002, L00003, L00004… etc.
and
RC00001, RC00002, RC00003, RC00004… etc.
Is this possible? Perhaps with metafields? app?
Thanks for your help 
Hey there Marley,
Our app EZ Exporter might be able to help with this.
You can add custom fields in the app and append the row number or the line item index/position for each order.
For example, if what you’re looking for is based on the row number, you can output something like this:
Order Name,Lineitem SKU,Custom Field
1001,ABC,L00001
1001,DEF,L00002
1002,ABC,L00003
If it’s based on the line item index per order, the output can then be something like this:
Order Name,Lineitem SKU,Custom Field
1001,ABC,L00001
1001,DEF,L00002
1002,ABC,L00001
Feel free to contact us if you have any questions about the app.
1 Like