IRobotSoft Administrator
IRobotSoft Administrator
   

IRobotSoft, the Best Internet Robot System
Posts: 1609
Gender:
|
You can use a Take Table action for your table data. Then name variables for the columns that have image and text. Then pass the variables to the saveUrlFile function. For example, after you name variables image_url and text, use: saveUrlFile(image_url, text +& '.jpg') You can use action log to check if the variables are created correctly.
|