To display interface error on UI

Certified Associate Developer

If there is any expression evaluation error on interface, how can we display that error on UI if want to show to user. Reason for error need to display on UI.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to ruchiy9131

    I do not want to show such a technical error to any user. Typically he is not able to do anything about it.

    Instead, I make sure, that the internal support process is working. Then I tell the user that there was an error and a support person takes care of it and will contact him.

    But, requirements vary. AFAIK, there is no good way to display such a low level error message to the user.

  • 0
    Appian Employee
    in reply to ruchiy9131

    Whether you can show the error message inline can vary depending on the function that you are using. If you're using the a!exportDataStoreEntityToExcel function, it doesn't currently have a way of exposing the error to the user. However, some other functions like a!writeRecords do allow you to return this information from the function.

    That being said, I echo what Stefan said - I don't really see how it would be useful to the user to be able to see what the error is. It's much better to have the user report when they receive the error and have the dev team investigate (usually through the logs).