Collection not initiated

Hi I am doing get full text activity where I am passing the output veriable (page1) into Add To Collection activity but I am getting error

Can anyone assist

@dipon1112000

Please Change the type argument to string

Hi @dipon1112000

Have you create a list initially starting of the process?

Regards,

Hi @dipon1112000

Have you initialized the List variable. if not initialize in the variable panel as below
image

New List(of String)

Tried but now getting this error

@dipon1112000

list_item var is of type list of Object so please change it to list of String

Yup my bad but it was a great help

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.