need to export first name and last name using a!exportDataStoreEntityToExcel

Hello,

we are exporting DB data to excel where we have one column for Appian user id .we are using a!exportDataStoreEntityToExcel to export whioch igives all the columns as it is which are in DB but we want to convert Appian user id to first name and last name before dumping to excel.

Is there any way I can do it using a!exportDataStoreEntityToExcel without saving first name and last name in DB.

Any pointer will be helpful.

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents
  • Hi Jeevika,

    I don't think there is a way to manipulate your data in Appian before exporting to excel using this function a!exportDataStoreEntityToExcel. You can try to use the export to excel smart service to pass your data from Appian UI to the smart service and on the UI you can use the user function to fetch your first Name and last name and save the in a dummy CDT and pass that CDT value to your smart service to export the data through link.

    Regards,

    Vinita 

Reply
  • Hi Jeevika,

    I don't think there is a way to manipulate your data in Appian before exporting to excel using this function a!exportDataStoreEntityToExcel. You can try to use the export to excel smart service to pass your data from Appian UI to the smart service and on the UI you can use the user function to fetch your first Name and last name and save the in a dummy CDT and pass that CDT value to your smart service to export the data through link.

    Regards,

    Vinita 

Children