PageNumber from assets

Hi Team,
I have to scrap data from different pages,So for that i have to control number of pages from asset,Now i have created PageCount assets in Asset,i am using refremework again i have store that pagecount asset name in cofiguration file now i have created diffrent workflow to scrap the data can anybody tell how can i use that assest into my workflow

Hi @Sandhya_Gajare

You can use it with Get Asset action. You just need to specify the folder in Orchestrator which asset belongs to, the name of the asset and the output variable.

image

however if you stored the asset name in the settings file and it is being read into dictionary, you will have to first select a variable:

image

Unless this mark:
image
Is not visible next to the Asset Name or Folder Name fields, all the variables will be treated as literal names of the assets. In other words, you won’t be able to use variables.


I am trying like this

getting this exception

in_Asset is an argument pagecount is variable output

hey guys is there anyboday who can help me

Hi @Sandhya_Gajare ,

Could you double check if you are in the right Folder where the Asset is created ? Currently, It seems you are in the IT Folder. Is the Asset created in that specific folder ?