cancel
Showing results for 
Search instead for 
Did you mean: 

Extract Data from File fetched from UI

laxmi275
Explorer
0 Kudos

Hi All,

From UI I can able to fetch the file and store it into a folder but in next step I'm facing little issue to fetch file from folder.
Using From ASCII pass I can achieve it but I need to make it dynamic so that in next action task it takes the file from same place where it had store in first action task.
I tried storing the path in job variable in action task 1 but couldn't able to fetch this variable data in action task 2.

Please assist.

Thanks & Regards,
Laxmi

Accepted Solutions (0)

Answers (1)

Answers (1)

normann
Advisor
Advisor
0 Kudos

Hi Laxmi,

the next task has its own job ID - every task has its own job ID. You can store your information in the audit variables, also called context variables, which live exactly as long as your process runs.

uSetContextVar, uGetContextVar are the 2 functions you can check out for that.

Cheers

 Norman