Ticket ID: 26818
|
Creation Date: 2/24/2025 10:18 AM
|
Product: SiteKiosk Online Client
|
Attachment: -
|
TicketType: Support Request
|
Version: 1.6.33
|
Language: English
|
Views: 840
|
Last Modification Date: -
|
Platform:
|
|
Level: Pending
|
Modified By: -
|
|
|
Support Request: How to add variable in External Application Param
I start an external application (a scan) onClick on a button.
It works well but I need to add a variable in the parameter to add a unique incrementing number.
I've got this :
External application : C:\Program Files\NAPS2\NAPS2.console.exe
Parameter : -o "C:\Users\SiteKiosk\Documents\scan_$(nnnn).pdf" -p "main" -v
Doc :
https://www.naps2.com/doc/command-line
But the $(nnnn) generate error.
I've got this error :
Content section 0 : Error: Argument 'variable' for method 'siteKiosk.environment.expand' was invalid :
The variable 'nnnn' was not found.
Nom du paramètre : variable