Appian node inputs and node outputs that handle multiple values from a form are restricted to a limit of up to 1250 indices What does this indices actually mean and any use cases to understand it better?

Certified Senior Developer

Node Input and Output Limits

Appian node inputs and node outputs that handle multiple values from a form are restricted to a limit of up to 1250 indices.

What does this indices actually mean and any use cases to understand it better?

docs.appian.com/.../Configuring_Relational_Databases.html

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    What are "indices" in Appian?

    • An "index" is like a position number for each item within a list of data.

    Why the 1250 limit?

    • Appian limits form inputs/outputs to 1250 items (indices) to prevent performance problems when storing the data in a database.

    Note: If your form needs to handle more than 1250 items, you'll need to break it into smaller chunks or use a different approach

Reply
  • 0
    Certified Senior Developer

    What are "indices" in Appian?

    • An "index" is like a position number for each item within a list of data.

    Why the 1250 limit?

    • Appian limits form inputs/outputs to 1250 items (indices) to prevent performance problems when storing the data in a database.

    Note: If your form needs to handle more than 1250 items, you'll need to break it into smaller chunks or use a different approach

Children