Global variable for a folder

cancel
Showing results for 
Search instead for 
Did you mean: 
mihai_bee
Member II

Global variable for a folder

I am trying to make a script that will executes in a folder and creates an issue for all files from folder. I want to run the first 20 files from folder and for this  i want to make a global variable that increments when a  script is executing for a file.

2 Replies
cristinamr
Advanced

Re: Global variable for a folder

Uhmm I am not so sure if I've understood well your needs but you can send in your webscript's url an argument with a value. In your script you can take it and increment this number.

Please check documentation page. You have an example here (blog search section, for example).

Is this helping you?

Cheers,

Cris.

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
sanjaybandhniya
Intermediate

Re: Global variable for a folder

You can create counter variable on folder and update it on each file process.