Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Issue Exporting Data with More Than 50 Columns Using "Export Data Store Entity to Excel" Plugin

Certified Senior Developer

Hi Everyone

I'm currently facing an issue while exporting data from a specific table that contains more than 50 columns. I'm using the Export Data Store Entity to Excel plugin, but it throws an error during the export process.

Has anyone encountered a similar issue or found a workaround to export data with more than 50 columns successfully? Any suggestions or guidance would be greatly appreciated.

Thanks in advance!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to M.RajeshwarGoud

    Are you going with a new sheet or going with the 51st column of the original sheet?

    As far as I know the data only gets overwritten in rows underneath columns you actually write into, though I'd have to double check.  If it's clearing data in other columns anyway, then you'd need to consider Harsh's suggestion of using an additional sheet.  If you're writing to a second sheet and THAT is clearing data in the first sheet, then I'd consider that a bug which you should report.  But we'll need some more details here either way.

    (I tested myself and confirmed that the data on the same sheet IS cleared, but if you write to a new sheet, it's fine).

Children