Appian Report to send in Email

My requirement is to generate Appian Report and send it through an email .

Any ideas on how to achieve this is appreciable..(Is it possible to achieve?)

 

Thanks

Rohini

  Discussion posts and replies are publicly visible

Parents
  • Hi Rohini,

    Let's say you are trying to export PROCESS REPORT.
    You would create an Appian Report (Process report, task report or process model report)
    You would use a!queryProcessAnalytics() to get the data in datasubset format to show in grid
    Now instead of doing that you need to do that at process model level. Once you get data you can export it to excel using another smart service.

    If your process data in coming from DB then it would be must simpler. You can forward that data straight away to export to excel.

    But in case you have some charts in your report then it's a bit more tricky.

    Let me know if that justifies.

    Thanks!
    Mayur Mondhe
Reply
  • Hi Rohini,

    Let's say you are trying to export PROCESS REPORT.
    You would create an Appian Report (Process report, task report or process model report)
    You would use a!queryProcessAnalytics() to get the data in datasubset format to show in grid
    Now instead of doing that you need to do that at process model level. Once you get data you can export it to excel using another smart service.

    If your process data in coming from DB then it would be must simpler. You can forward that data straight away to export to excel.

    But in case you have some charts in your report then it's a bit more tricky.

    Let me know if that justifies.

    Thanks!
    Mayur Mondhe
Children
No Data