Can't save changes to Process Report

Hello Community,

I've created a new Process Report in Appian Designer, which worked fine, but I am not able to save any changes to this report.

I simply want to add 2 new columns. These get displayed as intended in the preview, but when pressing save on the pop up, nothing happens.

I checked my browser and it seems like the URI that is called is wrong:

/suite/analytics/report/save.bg?appian_environment=designer --> No resource with given identifier found

Do you guys know how to fix this issue, or do you know which URI I can call manually to save my draft?

Thanks!

  Discussion posts and replies are publicly visible

Parents Reply
  • Ok, here is a screenshot. I am simply trying to press on "Save", but nothing happens and the Report isn't saved.

    When viewing the report, I'm also on the URI you provided: /suite/portalreport.do?appian_environment=designer&reportId=xxxxx.

    When pressing "Save" and observing it in the browser via F12 and Network, it shows /suite/portalreport.do?appian_environment=designer&reportId=xxxxx as "Referer" and  /suite/analytics/report/save.bg?appian_environment=designer as "Request-URL".

Children