Skip to main content
March 12, 2025
Question

What is the problem with this code ... why it is returning nothing ..

  • March 12, 2025
  • 4 replies
  • 0 views

I dotn have an access to log files but trying to access through function

readcsvlog(
csvPath:"logs/application_usage.csv",
filterColumName:"user",
filterOperator:"=",
filterValue:loggedInUser(),
timestampColumnName:"timestamp",
timestampStart:todatetime(today()-30),
timestampEnd:todatetime(today()),
headers:true()
)

why it is not returning anything

4 replies

mathieud0001
March 12, 2025

What is that log exactly? I can't find it anywhere.

docs.appian.com/.../Logging.html

konduruc733182
March 12, 2025
logs/application_usage.csv

What is the expected content of this? I couldn't come across such log.

March 12, 2025

Actually in problem we have to enable this log file , this tracks an user activity within Appian Applications. But I can utilize login-audit.csv

no problem. Thanks for responding

mathieud0001
March 12, 2025

Maybe you are referring to this: docs.appian.com/.../Logging.html