I want to create a UI action that allows me to export a list in bulk using multiple layouts and filt
I am using the following code to bulk export data from an incident table, specifying multiple conditions. // You need to disable the browser popup blocker // (otherwise, you won’t be able to download all data) function onClick() { // For each la...