18-05-22 10:48 PM
Answered! Go to Answer.
19-05-22 01:18 AM
AutomateC /exportqueue "{FILE_PATH}" /queuename "{QUEUE_NAME}" /user "{USER_NAME}" "{PASSWORD}" /queuefilter "{FILTERNAME}"
"AutomateC /exportqueue " & """" &[I_Exports Folder] & Replace(Replace(Replace([Queue Names.Queue Name],"/",""),"/",""),"","") & "Export.csv" & """" &" /queuename " & """" & [Queue Names.Queue Name] & """" & " /user " & """" & [User] & """" & " " & """" & [Password] & """" & " /queuefilter " & """" & [Filter Name] & """"
You can see that upon evaluating the above calculation I am getting the following result:
And if I execute the text that got generated as a part of the evaluation, I get the below output from CMD:
19-05-22 01:18 AM
AutomateC /exportqueue "{FILE_PATH}" /queuename "{QUEUE_NAME}" /user "{USER_NAME}" "{PASSWORD}" /queuefilter "{FILTERNAME}"
"AutomateC /exportqueue " & """" &[I_Exports Folder] & Replace(Replace(Replace([Queue Names.Queue Name],"/",""),"/",""),"","") & "Export.csv" & """" &" /queuename " & """" & [Queue Names.Queue Name] & """" & " /user " & """" & [User] & """" & " " & """" & [Password] & """" & " /queuefilter " & """" & [Filter Name] & """"
You can see that upon evaluating the above calculation I am getting the following result:
And if I execute the text that got generated as a part of the evaluation, I get the below output from CMD:
20-05-22 03:30 AM
20-05-22 06:49 AM
11-10-24 01:00 PM
i have a similar question so using this thread .
is there any way we can feed date range as switch while exporting the Queue data. i tried to look for this in AutomateC command line page but could not find .