How do I print all the values into an excel file after the "get attribute" from "find children"?

Hi there,

How do I print all the values into an excel file after the “get attribute” from “find children”?
Do i change the variable type?

@newbie2

  1. Create one array of string variable.

  2. use ForEach loop and pass output of Find Children activity and iterate one by one element and inside that use Add to Collection activity to add attributes to collection.

  3. And then use Generate DataTable activity and pass that array into it and then it will generate DataTable and write into Excel file.

Hi @lakshman,
Can Generate Datatable accepts a collection as input, I had tried,it accepts only string to form a Datatable.

1 Like

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