Query Appian Logs function returing different result set in different environments

HI 
I'm currently using below code to retrieve the audit log from Appian logs.

queryappianlogs(
      sqlStatement: "SELECT * FROM login-audit",
      hasHeader: false()
    ).data
 Is there any way to call the audit log and provide the result set in a specific order? 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data