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?
Discussion posts and replies are publicly visible
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?
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
Do you see anything mentioned in the tomcat-stdout log?
sorry, where is that file?
If you're on Cloud, there should be a link in the navigation menu at the top of the page for "System Logs". If you go there, find the option for today's tomcat-stdout.log, and see if you notice any errors related to export in that log.
yes i see the log now, but i really dont see the issue here.
Probably i have to build the export button manually right?
i tested in another environment and i have the same situation.
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.
thanks a lot Peter, i found the issue, the download only works in the site not on the UI itself, i hadn't noticed that.