Skip to main content
March 22, 2024
Solved

Issue with showExportButton

  • March 22, 2024
  • 8 replies
  • 0 views

im working with records and i want to export the data that im showing in the record, to do this i want to use the parameter showExportButton and it says that this parameter only applies when a record type is used as a source in the data parameter. in the data parameter im using the function a!recordData, the button to export is visible but is not working, anyone there to share the solution?

    Best answer by peter.lewis

    Can you try to isolate the issue? Try to see what happens if you remove columns or remove filters - can you get it to work after removing some of those? If you can isolate it to a single column or filter, you might be able to figure out better what's causing the issue.

    8 replies

    peter.lewis
    Employee
    March 22, 2024

    Can you explain more what's happening? You said the button to export is visible but is not working - what's happening when you click on it? Can you share the expression you used for the grid? Is this only for this grid or is this happening for all grids?

    almam951Author
    March 22, 2024

    Hi Peter, this is happening in all grids.

    when i click the button it seems like appian is loading, but when that finishes nothing happens:

    this is the function

    peter.lewis
    Employee
    March 22, 2024

    Do you see anything mentioned in the tomcat-stdout log?