Skip to main content
September 5, 2023
Question

Unable to read UserLogin details from login-audit.csv

  • September 5, 2023
  • 2 replies
  • 0 views

HI Team

I have a scenario , where I have to read User login logs daily and save into database.

Solution:

I have created a process model to run in a scheduled manner i.e, daily once , In that I have used

readcsvlog(
"login-audit.csv."
)

It is working fine when i debug process model.

Issue:

when the process model triggers in scheduled manner, it is unable to read csv file. Getting empty data

Please feel free to advice any solutions

2 replies

mathieud0001
September 5, 2023

You need to run as select "Run as whoever designed the Process Model" in the Assignment tab of the node that reads the csv.

[View:https://docs.appian.com/suite/help/23.3/Process_Node_and_Smart_Service_Properties.html]

September 5, 2023

Hi [mention:f5e81b8502fa4e77ad12697686a4fc56:e9ed411860ed4f2ba0265705b8793d05]

Thanks for your reply.

Earlier I have tried that option, Run the script task as whoever designed the process model.

But it fails to read the file