How to add headers to exported Excel file?

I'm using the Export CDT to Excel smart service in my process model. Everything works fine, the only thing is that I can't add the headers I want. The smart service has an option to include the header, but that selects the CDT field names. Is there a way to add my own header names? 

  Discussion posts and replies are publicly visible

Parents
  • Hi Jose,

    I don't believe this is a possible with that smart service (it has actually been deprecated in the latest version of Excel Tools).

    If your CDT is a data store entity, I would recommend using the 'Export Data Store Entity to Excel' smart service that was released in Appian 18.2. With this, you can use the alias input in your a!querySelection.

    If that's not an option, you will likely need to get creative with manipulating the file after you have created it with the existing smart service. I have not attempted something like that and would likely be very messy.

    Hope that helps!

Reply
  • Hi Jose,

    I don't believe this is a possible with that smart service (it has actually been deprecated in the latest version of Excel Tools).

    If your CDT is a data store entity, I would recommend using the 'Export Data Store Entity to Excel' smart service that was released in Appian 18.2. With this, you can use the alias input in your a!querySelection.

    If that's not an option, you will likely need to get creative with manipulating the file after you have created it with the existing smart service. I have not attempted something like that and would likely be very messy.

    Hope that helps!

Children