Barcode(128) not finding my field

Hello everyone!

After executing datamapping from my data file and creation of my template, I have the following situation:

  1. I have a field located in “record.detail” that need to be inserted in a barcode

  2. Ive noticed, that its possible to insert a barcode from a field located in "record " , but the other way no…

Can someone help me?
Please!

It is possible to use a record detail table field as barcode data field. In order to achieve this, you need to execute the following steps:

  1. Add a barcode element to your Connect template via the “Insert Barcode…” option.
  2. By “Data Field” choose the option: “Extra Data” and click on the “OK” button to add the barcode element to your Connect Template
  3. As a result of the previous step, a “Text Script” will be added to your Connect Template. When you double click on the “Text Script” you will be able to select the record detail table field under “Edit Script” > “Field”.

Probably you need to make some changes to the script itself to get the result you want to have. To be able to do that you need to click on the “Expand” button. This will convert your “Text Script” into a regular script.

Thanks Marten for your help. :slight_smile:

I have figured out already!