Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

BATCH UPLOAD WITH EXPORT VALUES TO DROPDOWN LIST FIELD

New Here ,
Jun 03, 2024 Jun 03, 2024

Lovely Members, I kindly need a help.

 

i am creating an interative form and it required  using a dropdown list.

i have 3500 items to add to the dropdown field.

 

i used the sample script below, but i was alerted that the file is too large.

var ddField = [["one", "Yes"], ["Two", "no"]];
var field = this.getField("code");
field.setItems(ddField);


i also used the import data method on the menu but the data could not be loaded.

 

i need to load the 3000+ items with the export values.

 

Any suggestions.

314
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 03, 2024 Jun 03, 2024

This is the Using the Community forum (which is the forum for issues using the forums).
Please tell us what Adobe application you are using so that this can be moved to the proper forum for help.

Scroll down here to see a list of the forums:
https://community.adobe.com/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 03, 2024 Jun 03, 2024

assuming acrobat 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 03, 2024 Jun 03, 2024
LATEST

You can do it using this (paid-for) tool I've created: https://www.try67.com/tool/acrobat-import-items-from-a-text-file-to-a-combo-box-or-list-field

There's no limit on the file-size, and it can handle export values, too.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines